Attribute Binding
Attributes which does not have an equally-named underlying property like ARIA attributes must be bind with the use of attr.
ex: [attr.aria-label]
- Attributes exists in HTML and the DOM, whereas properties are DOM only.
Two way binding
Section titled “Two way binding”ngModel
(FormsModule)