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 $log Service?
What is forwardref?
What is activatedroute in angular?
What is ivy rendering engine in angular 7?
How can we implement spa with angular?
How to isolate a directive’s scope in angularjs?
What is internationalization?
Please explain unit testing in angular?
What is ivy renderer? Is it supported by angular 7?
What are the styling form that ngmodel adds to css classes?
Explain $rootscope in angularjs.
What is the difference between $scope and scope in angularjs?