What is the ngmodule?
Answer / Ayushi Singh
An NgModule is a decorator function in AngularJS that defines an Angular module. It acts as a container for components, directives, pipes, and services.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is @injectable in angular?
Which service is used for making ajax calls in angular?
What is the syntax for creating a new date object?
What is template angular 2? Why use?
What is called in angular?
How will you display different images based on the status being red, amber, or green?
What difference between ng-app vs. Data-ng-app and x-ng-app?
How would you pass data from a parent component to a child component?
What is a singleton pattern and where we can find it in angular?
How do I know if npm is installed?
How to use filter in angular js?
List the differences between angular 2 components vs. Directives.