Create Angular 6 Applications Working with Local Resources
Environment
Product | Progress® Telerik® Reporting |
Viewer | Angular Viewer |
Description
How can I create an Angular6 application is working with local resources only without any CDNs?
Solution
After upgrading to Angular 6, the angular-cli.json
is replaced with the angular.json
file. Also, the local stylesheet which, by default, represents CDN links, must be loaded as local files only in the assets
folder. For more information, refer to the Unable to load the CSS file in Angular 6 applications article.
To download the sample application, go to this location.