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 |
In angular what is string interpolation?
Explain validations done in angularjs?
What are directive behaviors?
Is angular material open source?
How did you stop observable?
Why angular 4? What’s new in angular 4?
Mention some of the most commonly used directives in angularjs application?
What is the bootstrapping in AngularJS?
Which ones are singleton in angularjs?
What is the best way to declare and access a global variable in angular 2?
How does oauth 2.0 work?
How does lazy loading work in angular 6?