Q. Which directive is used for looping in Angular templates? (A) *ngIf (B) *ngSwitch (C) *ngFor (D) ngLoop ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) *ngFor Explanation: *ngFor is used to iterate over a collection in templates.