Skip to content

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.

ngModel (FormsModule)