What is the role of ng-app, ng-init and ng-model directives?
Answer / chaitanya
. ng-app - Initialize the angular app.
. ng-init - Initialize the angular app data.
. ng-model - Bind the html elements like input, select, text area to angular app model.
| Is This Answer Correct ? | 3 Yes | 0 No |
Can we use angularjs in android?
Why to use AngularJS?
What happen when I import the same module twice in angular 4?
What is shadow dom? How is it helping angular 2 to perform better?
What are cookies in angular 2?
What do you understand by linking function?
Explain filter filter?
What are the differences between $resource and $http?
Give the example of angularjs object?
What is the urlsegment interface in angular 7?
Explain what is Angular Expression?
Explain webpack?