Skip to content

Commit

Permalink
Update angular-report-viewer-overview.md (#1426)
Browse files Browse the repository at this point in the history
* Update angular-report-viewer-overview.md

* Update 2024-q2.md
  • Loading branch information
DimitarNikolovv06 authored Jul 3, 2024
1 parent eea5f3b commit 2d9a0ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,25 @@ To successfully integrate the Angular Report Viewer component, ensure the follow

1. Required Application Version:

+ Angular 13+ application
+ Angular 15+ Application

1. Required Service:

+ The viewer requires a running instance of [Telerik Reporting REST Services]({%slug telerikreporting/using-reports-in-applications/host-the-report-engine-remotely/telerik-reporting-rest-services/overview%}) in order to display reports. Make sure to [enable Cross-Origin Requests (CORS)](https://learn.microsoft.com/en-us/aspnet/web-api/overview/security/enabling-cross-origin-requests-in-web-api) in the REST Service project.

1. Required JavaScript libraries:

+ [jQuery 3.2.1+](https://jquery.com/download/)
+ [Node.js](https://nodejs.org/) - The required version will depend on the version of the Angular project - [Angular versions under active support](https://angular.io/guide/versions)

1. The [Angular Report Viewer package](https://www.npmjs.com/package/@progress/telerik-angular-report-viewer) requires the following peer dependencies:

+ `@angular/common: ">=13.0.0"`
+ `@angular/core: ">=13.0.0"`
+ `rxjs: ">=6.5.0"`
+ `@angular/common: ">=15.0.0"`
+ `@angular/core: ">=15.0.0"`
+ `"jquery": "^1.10.0 || ^2.2.0 || ^3.7.0"`

1. Required references to Telerik Kendo UI styles:

+ [Less-Based Themes](https://docs.telerik.com/kendo-ui/styles-and-layout/appearance-styling); or
+ [Less-Based Themes](https://docs.telerik.com/kendo-ui/styles-and-layout/appearance-styling)
+ [Sass-Based Themes](https://docs.telerik.com/kendo-ui/styles-and-layout/sass-themes)

## Browser Support
Expand Down
4 changes: 2 additions & 2 deletions upgrade/2024/2024-q2.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ The [HTML5 Report Viewer]({%slug telerikreporting/using-reports-in-applications/

The [Angular Report Viewer]({%slug telerikreporting/using-reports-in-applications/display-reports-in-applications/web-application/angular-report-viewer/angular-report-viewer-overview%}) depends on the following:

* Angular (__14.0.0__ or later)
* jQuery (__3.2.1__)
* Angular (__15.0.0__ or later)
* jQuery (__^1.10.0 || ^2.2.0 || ^3.7.0"__)

### Native Angular Report Viewer

Expand Down

0 comments on commit 2d9a0ea

Please sign in to comment.