What is Data Binding? How Many Types Of Data Binding Directives Are Provided By AngularJS?



What is Data Binding? How Many Types Of Data Binding Directives Are Provided By AngularJS?..

Answer / Mandira Budiyal

Data binding in AngularJS is a feature that allows automatic synchronization of data between the model and view components. AngularJS provides three types of data binding directives: {{}} for one-way data binding, ng-bind for two-way data binding (one-time), andng-model for two-way data binding (real-time).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AngularJS Interview Questions

What are module loaders in angular?

1 Answers  


What is angular mainly used for?

1 Answers  


What is difference between angular and angularjs?

1 Answers  


What is * ngfor?

1 Answers  


How are performance improvements on the core in Angular 8?

1 Answers  


Explain the use of @injectable()?

1 Answers  


Is angularjs dependent on jquery?

1 Answers  


What are ng-repeat special variables?

1 Answers  


What is horizontal projection?

1 Answers  


What are the basic steps to unit test an angularjs filter?

1 Answers  


What is deep linking in angular js?

1 Answers  


Please explain package.json file in angular?

1 Answers  


Categories