Explain ng-app directive in angular.
Answer / Mohit Tomar
The ngApp directive is a top-level AngularJS directive that initializes the AngularJS application. It should be placed on the HTML body tag, and when the browser loads the page, AngularJS will bootstrap the application and make all the services, controllers, and filters available.
| Is This Answer Correct ? | 0 Yes | 0 No |
What methods $resource service object support?
Do you know scope in angularjs?
How to update angular 6 to angular 7?
What is .angular-cli.json. Where can I find it?
What are the cookies methods?
What is the aot?
What is the difference between ng-model and ng-bind in angularjs?
Is mvc a framework?
How long will it take to learn react?
What is pipe function?
What is web sockets?
How do you use singleton pattern?