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 |
How $location is different from window.location in angularjs?
Is angular 7 is stable?
What are selectors in angular?
Tell me which browsers does Angular work with?
Explain component decorators in angular 4?
What is hidden property in angular 2?
What is aot compilation? Why use in angular 2?
what would you have in a shared module in angular 2?
What is aot and jit in angular?
What is $scope? How does it work?
What is service in angular?
What is a service angular?