Concept Flow - Structural vs attribute directives
Angular Template
Directive Detected?
Structural?
Change DOM
Render Updated DOM
Angular checks each directive in the template. Structural directives change the DOM layout by adding/removing elements. Attribute directives change element appearance or behavior without changing DOM structure.