Use a .NET Core 3 Project as a Service in the Angular ReportViewer
Environment
Product Version | 13.0.19.116 |
Product | Progress® Telerik® Reporting |
Report Viewer | Angular |
Description
How can I create a .NET Core 3 project which will be used as a service in the Angular Report Viewer?
Solution
To create a .NET Core project with an Angular application for the client, follow the steps in the article on implementing an Angular project with ASP.NET Core.
Create the Angular Report Viewer as explained in the article on using the Angular Report Viewer with Angular CLI.
For the sample application, refer to the GitHub repository. To run the demo, execute dotnet build
and then dotnet run
.