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 location path?
How angularjs is used to handle the security hurdles?
What is the difference between a link and compile in angular?
How is SPA (Single Page Application) technology different from the traditional web technology?
How to set authorization headers in get/post/put requests in angular?
Which is better react or angular?
What is ag grid?
What is router imports?
What is one-way bindings?
What is difference between $window and window in AngularJS?
Explain what are angular expressions?
What are the different types of directives?