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.