Q. What is a structural directive in Angular?
β
Correct Answer: (B)
A directive that changes layout by adding/removing DOM elements
Explanation: Structural directives like *ngIf or *ngFor modify the DOM layout.