0 votes
in Angular by
What is the role of ngModule metadata in compilation process?

1 Answer

0 votes
by

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.

...