| title | Using .NET or .NET Core Project to Host the Angular Report Viewer |
|---|---|
| page_title | Angular Report Viewer Hosted in .NET and .NET Core 3 Project |
| description | Learn how to host the Telerik Reporting Angular Report Viewer in a project targeting .NET or .NET Core. |
| type | how-to |
| slug | angular-report-viewer-and-netcore-service |
| tags | telerik, reporting, angular, reportviewer, use, dot, net, core, 3, project, as, service |
| ticketid | 1449037 |
| res_type | kb |
| Product Version | 13.0.19.116+ |
| Product | Progress® Telerik® Reporting |
| Report Viewer | Angular |
How can I create a .NET Core 3 project which will be used as a service in the Angular Report Viewer?
- 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.
You may download the sample application from our GitHub Reporting Samples repository. To run the demo, execute dotnet build and then dotnet run.