Back to Developer Roadmap

Directive

src/data/roadmaps/angular/content/[email protected]

4.0734 B
Original Source

Directive

Directives are the functions that will execute whenever the Angular compiler finds them. Angular Directives enhance the capability of HTML elements by attaching custom behaviors to the DOM.

From the core concept, Angular directives are categorized into three categories: Attribute Directives, Structural Directives, and Component Directives.

Visit the following resources to learn more: