Answer Posted / chaitanya
AngularJS data-binding is the most useful feature which saves you from writing boilerplate code (i.e. the sections of code which is included in many places with little or no alteration). Now, developers are not responsible for manually manipulating the DOM elements and attributes to reflect model changes. AngularJS provides two-way data-binding to handle the synchronization of data between model and view.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the services in angular js?
What is a pure pipe?
What is different between ng routing and ui routing in angularjs?
What are the basic rules of decorators?
What are isolated unit tests?
What is the possible order of lifecycle hooks in angular?
What is 'no control flow statements' in angularjs?
How will you implement autorefresh in angularjs?
How to catch and log specific angular errors in your app?
What is the use of pipe in rxjs?
What is $rootscope?
Is mvc front end or backend?
Why would you use renderer methods instead of using native element methods?
what is linking function and type of linking function?
How to detect swipe event in mobile browsers/devices in AngularJS?