Direction: Choose the correct option
Q1.
What does the `async` pipe do?
Direction: Choose the correct option
Q2.
How do you use `async` pipe with an HTTP observable in a template?
Direction: Choose the correct option
Q3.
What is the advantage of using `async` pipe with `*ngIf`?
Direction: Choose the correct option
Q4.
What happens if you use `async` pipe multiple times on the same observable?
Direction: Choose the correct option
Q5.
How can you avoid multiple subscriptions with `async` pipe?
Direction: Choose the correct option
Q6.
What does `users$ | async as users` do?
Direction: Choose the correct option
Q7.
How do you handle loading state with `async` pipe?
Direction: Choose the correct option
Q8.
What happens to the subscription when the component is destroyed?
Direction: Choose the correct option
Q9.
Can `async` pipe be used with promises?
Direction: Choose the correct option
Q10.
What is the recommended way to combine multiple `async` pipes?
