A

Admin • 832.27K Points
Coach

Q. What does the async pipe do in Angular templates?

  • (A) Unwraps an Observable or Promise and returns latest value
  • (B) Performs HTTP requests
  • (C) Makes the pipe run asynchronously
  • (D) Schedules setTimeout calls
  • Correct Answer - Option(A)
  • Views: 21
  • Filed under category Angular JS
  • Hashtags:

Explanation by: Admin

async pipe subscribes to Observables or Promises and handles unsubscribing.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.