0 votes
in Angular by
In how many ways the Data Binding can be done?

1 Answer

0 votes
by

Data Binding happens between the HTML (template) and typescript (component). Data binding can be done in 3 ways:

(i) Property Binding (ii) Event Binding (iii) Two-Way Data Binding. 

...