Q. What is the purpose of the `ngFor` directive?
β
Correct Answer: (A)
To loop over a list and render items
Explanation: `ngFor` is used to iterate over a collection and render a template for each item.