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 open and close modal popup using typescript and bootstrap?
What are the exit codes in node.js? List some exit codes?
Difference between var, let, const?
What is the difference between ngoninit() and constructor() of a component?
What is the size of angular.js file?
What are templates?
What are AngularJS features?
how to generate a module in angular?
What is the difference between angularjs and angular 2?
Is angular material open source?
Explain angular elements?
How AngularJS handle the security?