Answer Posted / 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 View All Answers
List the command to install angular cli?
What is routeractive?
What is resolver in angular 2?
What are browser events?
What are the difference between @inject and @injectable?
What is the singleton pattern? How does angular use it?
What is embedded view in angular?
What is interceptor in angular?
What are the features of angular 7?
Explain the concept of scope hierarchy. In what ways can you use a directive?
What is the difference between ngroute and ui-router?
What is aot build?
What is two-way bindings?
What are the advantages of angular 2 ?
What are angular 2 hooks?