diff --git a/src/data/roadmaps/angular/content/attribute-directives@xvwby0FTdIolRrV2j88fY.md b/src/data/roadmaps/angular/content/attribute-directives@xvwby0FTdIolRrV2j88fY.md index 4cd91f888..9d98b0b70 100644 --- a/src/data/roadmaps/angular/content/attribute-directives@xvwby0FTdIolRrV2j88fY.md +++ b/src/data/roadmaps/angular/content/attribute-directives@xvwby0FTdIolRrV2j88fY.md @@ -1 +1,14 @@ -# Attribute Directives \ No newline at end of file +# 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/) \ No newline at end of file