Explain ngmodule?
Answer / Mani Gupta
NgModule is a decorator class in Angular that defines a module and provides metadata about its components, services, directives, pipes, providers, and imports. It also allows the configuration of the application's root component, providers, and routing.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is route guards?
What is @viewchild?
How to enable lazy loading in angularjs?
What is api in angular?
What is bootstrapping in angular js?
Can’t retrieve the injector from angular js?
Describe the angularjs boot process.
How can digest cycle time be decreased?
What does transclude mean?
Explain what is Angular Expression?
What is constant in angularjs?
What are the advantages and disadvantages of art compilation?