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 |
How to enable caching in $http service?
Why do we use angular material?
Why are decorators used in angular 2?
Explain about services in Angular.js ?
What is dependency injection in angular 2?
What are observables in angular 2? Explain
How will you implement autorefresh in angularjs?
Where is angular used?
What is the usage of controllers in angularjs?
How can someone set, get, and clear cookies in angularjs?
What is registering callbacks in angularjs?
How to install karma using npm?