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 |
What is data binding in angularjs and what is the difference between one-way and two-way binding?
Distinguish between angularjs and javascript expressions.
What is @inject()?
What is jit and aot in angular?
What is angular expression? How do you differentiate between angular expressions and javascript expressions?
What is the core difference between angularjs compilation and javascript frameworks?
How to create a service in angularjs?
How will you explain auto bootstrap process in angularjs?
How is angularjs compiled?
What is an impure pipe?
What sre the directives in angularjs?
explain templates in angular js