Basic level — What is data binding in angular?
May 23, 2023
binding is technique of continuous connection between view(html) and model ( class data). if there will be change in class than angular update template and vice versa.
So binding have types
- property
- attribute
- class and style
- event
- two way ( event + property)