The decorator that is used to indicate a module is _______.
Answers
Answered by
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