Q. Which Angular directive is used to iterate over a list?
β
Correct Answer: (A)
*ngFor
Explanation: `*ngFor` is a structural directive used to repeat a portion of HTML for each item in a list.