How AngularJS handle data binding?



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

Post New Answer

More AngularJS Interview Questions

How to open and close modal popup using typescript and bootstrap?

0 Answers  


What are the exit codes in node.js? List some exit codes?

0 Answers  


Difference between var, let, const?

0 Answers  


What is the difference between ngoninit() and constructor() of a component?

0 Answers  


What is the size of angular.js file?

1 Answers  


What are templates?

0 Answers  


What are AngularJS features?

1 Answers   SLK Software,


how to generate a module in angular?

0 Answers  


What is the difference between angularjs and angular 2?

0 Answers  


Is angular material open source?

0 Answers  


Explain angular elements?

0 Answers  


How AngularJS handle the security?

1 Answers   SLK Software,


Categories