In this video...
You will learn about the differences between the two types of data binding for display:
- Interpolation
- Property Binding
Interpolation is used to just display a piece of data in HTML, such as displaying a title or a name.
Property binding lets us bind a property of a DOM object, for example the hidden property, to some data value. This can let us show or hide a DOM element, or manipulate the DOM in some other way.