#1 Data Analytics Program in India
₹2,499₹1,499Enroll Now
6 min read
Question 5 of 46medium

Directives in Angular

Structural and attribute directives.

Types of Directives

1. Component Directives

Components are directives with templates.

2. Structural Directives

Change DOM layout by adding/removing elements (*ngIf, *ngFor, *ngSwitch).

3. Attribute Directives

Change appearance or behavior (ngClass, ngStyle, custom).