Q. Which Angular directive conditionally includes a template? (A) *ngIf (B) *ngFor (C) *ngSwitchCase (D) *ngClass ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) *ngIf Explanation: *ngIf conditionally adds or removes a part of the DOM.