How AngularJS handle data binding?
Answer / chaitanya
AngularJS handle data-binding mechanism with the help of three powerful functions: $watch(), $digest() and $apply(). Most of the time AngularJS will call the $scope.$watch() and $scope.$digest() functions for you, but in some cases you may have to call these functions yourself to update new values.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is injector?
Is AngularJS same as jQuery?
Do you know scope in angularjs?
How angular prevents sross site scripting (xss)?
What are the possible ways to bind component properties to an associated template?
What is npm command?
Why do we use ngoninit in angular?
Explain routing in angularjs?
What are ngModel and how do we represent it?
What exactly is angularjs?
When creating a directive, it can be used in several different ways in the view. Which ways for using a directive do you know? How do you define the way your directive will be used?
What do you know about internationalization? How will you implement internationalization in angularjs?