Explain property binding or one way binding in angular js?



Explain property binding or one way binding in angular js?..

Answer / Swati Ronkali

Property binding, also known as one-way data flow, is a feature in AngularJS that allows data to be passed from the controller to the view. When a property in the scope object changes, the corresponding view updates automatically without any explicit function call. This makes the application easier to debug and maintain.n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AngularJS Interview Questions

what do you mean by injector in angularjs?

1 Answers  


What are angular global apis?

1 Answers  


What is routerstatesnapshot in angular?

1 Answers  


What is flex layout in angular?

1 Answers  


Explain bootstrapping in angularjs?

1 Answers  


Differentiate between Components and Directives in Angular 5?

1 Answers  


Is @service a singleton?

1 Answers  


How to run angular5 application locally during development?

1 Answers  


What is digest cycle?

1 Answers  


What is ngaftercontentinit?

1 Answers  


How can we create a component using angular cli?

1 Answers  


Explain what are the key features of angular.js ?

1 Answers  


Categories