Two way data binding | Data Binding | Angular 12+

Опубликовано: 18 Январь 2022
на канале: procademy
47,553
497

In this lecture, you are going to learn about two way data binding in Angular. In two-way data binding, data can be passed from component to view template and from view template to component. So, in two way data binding, data flows in both the directions.

Two way data binding is a combination of property binding and event binding. And to achieve two way data binding we use ngModel directive. Let's learn two way data binding with an example.