A

Admin • 833K Points
Coach

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

  • (A) Subscribes to an Observable or Promise and returns the latest value
  • (B) Makes HTTP calls asynchronously
  • (C) Defines asynchronous functions in components
  • (D) Delays rendering until a timeout
  • Correct Answer - Option(A)
  • Views: 24
  • Filed under category Angular JS
  • Hashtags:

Explanation by: Admin

The async pipe automatically subscribes/unsubscribes from observables or promises.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.