1.

The decorator that is used to indicate a module is _______.

Answer»

ong>ANSWER:

The NgModule decorator is used to later on DEFINE the imports, declarations, and BOOTSTRAPPING options. The BrowserModule is REQUIRED by default for any web based angular application. The bootstrap OPTION tells Angular which Component to bootstrap in the application.



Discussion

No Comment Found