A

Admin • 833K Points
Coach

Q. What does the Angular `async` pipe do?

  • (A) Automatically subscribes to and unsubscribes from observables
  • (B) Converts promises to observables
  • (C) Delays the observable execution
  • (D) Prevents change detection
  • Correct Answer - Option(A)
  • Views: 28
  • Filed under category Angular JS
  • Hashtags:

Explanation by: Admin

The `async` pipe handles subscription and unsubscription of observables automatically.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.