Explain Interpolation in Angular
Interpolation is the process of presenting a component attribute in the associated view template. We can bind any type of property into view, including string, number, date, arrays, list, or map, by using interpolation.
value.component.ts
value.component.html
The process of combining data values with their representation on the page is called data binding. We can display our data to end-user by binding controls in the HTML template to the data properties of the component class.
interpolation is one way of data binding