0 votes
in Angular by

We need to tell AngularJS what part of our HTML page contains the AngularJS app. You do so by adding the ________ attribute to the root HTML element of the AngularJS app.

1. ag-app
2. ng-app
3. aj-app
4. js-app

1 Answer

0 votes
by

Correct answer is :- ng-app

We need to tell AngularJS what part of our HTML page contains the AngularJS app. You do so by adding the ng-app attribute to the root HTML element of the AngularJS app.

...