What is core module in AngularJS?
Answer / chaitanya
ng is the core module in angular. This module is loaded by default when an angular app is started. This module provides the essential components for your angular app like directives, services/factories, filters, global APIs and testing components.
| Is This Answer Correct ? | 2 Yes | 1 No |
What is architecture overview of angular?
What is * ngfor?
What do you mean by module?
What is isolated scope in angularjs?
What are events binding in angular 4?
What is the possible order of lifecycle hooks in angular?
Which filter will be executed one or more times during the each $digest cycle?
How do you define transition between two states in angular?
Explain the difference between constructor and ngoninit in angular 6?
What is single page application?
List down the popular angularjs ide plugins/extensions for web development?
Explain the different types of streams present in node.js?