Angular Modules help organize an application into cohesive blocks of functionality.
An Angular Module class is adorned with the NgModule decorator that defines metadata about the module.
This chapter explains how to create
NgModule
classes and how to load them, either immediately when the application launches or later, as needed, via the Router.Source: Angular Modules (NgModule) – ts
The post Angular Modules (NgModule) appeared first on angular.org.il.