What is data binding in AngularJS?



What is data binding in AngularJS?..

Answer / 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

More AngularJS Interview Questions

What is different between angular 2 and angular?

0 Answers  


What is representational state transfer (rest) in angularjs?

0 Answers  


How would you use an angular service to pass data between controllers? Explain with examples?

0 Answers  


What are the core components of angular 2?

0 Answers  


What does transclude mean?

0 Answers  


Difference between functional hoisting and variable hoisting?

0 Answers  


What is ng last name?

0 Answers  


Explain event emitters in angular 2 and how it works?

0 Answers  


Tell me with options on page load how you can initialize a select box?

0 Answers  


How to handle xss or csrf attacks in angular 4 ?

0 Answers  


How AngularJS handle the security?

1 Answers   SLK Software,


How to implement http cache using interceptors in angular 4?

0 Answers  


Categories