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. 

Related questions

0 votes
asked Aug 11, 2023 in Angular by DavidAnderson
0 votes
asked Dec 12, 2020 in Angular by SakshiSharma
...