Attribute Binding in Angular
Attribute Binding is one-way data binding that passes data from component class to template and binds to the attributes of the html elements in template.This is useful if html attribute doesn't have the corresponding DOM property.