Computer Science, asked by pushkaranand5906, 5 months ago

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

Answers

Answered by akshita7566
0

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.

Similar questions