Q. What does the `async` pipe do in Angular?
β
Correct Answer: (A)
It subscribes to an Observable or Promise and returns the latest value
Explanation: `async` pipe handles subscription and unsubscription of Observables in templates.