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:
@@ -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/)
|
Reference in New Issue
Block a user