Q. What does the Angular async pipe do?
β
Correct Answer: (A)
Subscribes to an Observable or Promise and returns the latest value
Explanation: The async pipe subscribes to asynchronous data and handles unsubscribing automatically.