From 3249b58ef8d9dfc97d51931c3cdab41021446974 Mon Sep 17 00:00:00 2001 From: "J. Degand" <70610011+jdegand@users.noreply.github.com> Date: Tue, 13 Aug 2024 04:07:44 -0400 Subject: [PATCH] docs(angular): add attribute-directives content (#6523) --- .../attribute-directives@xvwby0FTdIolRrV2j88fY.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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