Attribute Directives in Angular
Modify element look/behavior with ngClass, ngStyle, and custom directives.
Modify element look/behavior with ngClass, ngStyle, and custom directives.
Create attribute directives with @Directive and HostListener/HostBinding.
Combine interpolation, property/event binding, and directives in templates.
Set element/component properties with [property]=”expression”.