Session 17 | Modular design and Lazy loading in Angular HD

24.03.2019
Organizing your code into distinct functional modules helps in managing development of complex applications. In Angular we can modularize the code into following parts - AppModule – the bootstrapping module, responsible for launching the application and combining other modules together. CoreModule – core functionalities, mostly global services, that will be used in the whole application globally. They should not be imported by other application modules SharedModule – usually a set of components or services that will be reused in other application modules, not applied globally. They can be imported by feature modules. All remaining modules (feature modules) should be isolated and independent. Git: https://github.com/saikatstutorial/bookstore/tree/tutorial/scalable-structure

Похожие видео

Показать еще