filmov
tv
How to use Two way binding in angular

Показать описание
two-way data binding description :
——————————————————
In this video you can learn how to do two-way data binding in Angular.
Two-way data binding refers to sharing data between a component class and its html template.
If you change data in one place, it will automatically reflate at the other end.
If you change the value of the input box, then it will also update the value of the attached property in a component class.
Two-way data binding performs the following actions:
— Sets a property of a component class
— Listens for a DOM element change event
——————————————————
In this video you can learn how to do two-way data binding in Angular.
Two-way data binding refers to sharing data between a component class and its html template.
If you change data in one place, it will automatically reflate at the other end.
If you change the value of the input box, then it will also update the value of the attached property in a component class.
Two-way data binding performs the following actions:
— Sets a property of a component class
— Listens for a DOM element change event