Q. What is the purpose of the `async` pipe in Angular templates?
β
Correct Answer: (C)
To automatically subscribe and render async data
Explanation: The async pipe subscribes to Observables and updates the template.