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 are directives in angular7?
Explain viewchild in component interaction?
How to assign alternate class to rows in angular js?
What is the use of $routeprovider in angularjs? What is $rootscope ?
What is embedded view in angular?
How will you display different images based on the status being red, amber, or green?
How to send an http post request in angularjs?
What is lazy loading images?
How to set headers for every request in angular?
What is data in angular?
What is observable type?
Define services in angularjs.