Angular question detail
What is the role of ngModule metadata in compilation process?
The @NgModule metadata is used to tell the Angular compiler what components to be compiled for this module and how to link this module with other modules.
Angular question detail
The @NgModule metadata is used to tell the Angular compiler what components to be compiled for this module and how to link this module with other modules.