1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 12:40:03 +02:00

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

This commit is contained in:
J. Degand
2024-08-13 04:07:44 -04:00
committed by GitHub
parent 7d90323450
commit 3249b58ef8

View File

@@ -1 +1,14 @@
# Attribute Directives # 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/)