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 the Output of AngularJS $http Service?
In angular 2 module consist of what arrays?
What is ngaftercontentinit?
What are directives in angular 6?
What is router outlet in angular?
Can I learn angular without knowing javascript?
What is an async pipe?
Why we use ng app in angularjs?
What is shared module?
What is an AsyncPipe in Angular?
What is routerstate?
What is Transpiling in Angular?