Lazy loading modules in Angular
Lazy loading allows to load chunks of files on demand and not at that time of initial load of the application, provides a major boost …
Lazy loading allows to load chunks of files on demand and not at that time of initial load of the application, provides a major boost …
Welcome everyone to Part 3 of our Angular 8 CRUD series. In this part we are going to integrate ChartJs library with our application to show some graphs related to our expenses.
Welcome to Part 1 of Routing in Angular. In this article we are going to learn about routing and how it can be achieved in Angular. To start with, in simple terms, routes allow to change the URL of the application without actually rendering a new page.