Q. Which Angular directive is used to loop through a list and render items?
β
Correct Answer: (C)
*ngFor
Explanation: *ngFor is used to iterate over a list and render each item in the template.