929 Views
A thorough guide to the world of Angular Attribute Directives Directives are one of the most important and powerful features in Angular. They help structure and add styles to our elements. Either they add a view (UI) to our DOM(Component), change the appearance of our DOM(Attribute) or create/destroy the DOM (Structural).
0 comments