docs(angular): add attribute-directives content (#6523)

pull/6536/head
J. Degand 3 months ago committed by GitHub
parent 7d90323450
commit 3249b58ef8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 13
      src/data/roadmaps/angular/content/attribute-directives@xvwby0FTdIolRrV2j88fY.md

@ -1 +1,14 @@
# Attribute Directives
Change the appearance or behavior of DOM elements and Angular components with attribute directives.
The most used attribute directives are:
- ngClass
- ngStyle
- ngModel
Visit the following resources to learn more:
- [@official@Angular Official Docs - Attribute Directives](https://angular.dev/guide/directives/attribute-directives)
- [@article@Angular Attribute Directive](https://www.scaler.com/topics/angular/angular-attribute-directive/)
Loading…
Cancel
Save