Understanding Angular modules (NgModule) and their scopes and Why use multiple NgModules
Angular modules (NgModules) help organize an application into cohesive blocks of functionality.
NgModules configure the injector and the compiler and help organize related things together.
and It opens the possibility of lazy loading via the router.
0 comments:
Post a Comment