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 |
What is different between angular 2 and angular?
What is representational state transfer (rest) in angularjs?
How would you use an angular service to pass data between controllers? Explain with examples?
What are the core components of angular 2?
What does transclude mean?
Difference between functional hoisting and variable hoisting?
What is ng last name?
Explain event emitters in angular 2 and how it works?
Tell me with options on page load how you can initialize a select box?
How to handle xss or csrf attacks in angular 4 ?
How AngularJS handle the security?
How to implement http cache using interceptors in angular 4?