Q. What is the Angular directive used for iterating over a list?
β
Correct Answer: (A)
*ngFor
Explanation: *ngFor is used to loop over lists and render elements.