Interpolation and Property Binding in Angular
Interpolation is one-way data binding that binds data from component class to template with special syntax.
Property binding is one-way data binding that pass the data from component class to template and this data binds to the properties of the html elements in template.