In AngularJS, ________ are used to deal with multiple HTTP requests to an external API asynchronously.

  • AsyncTasks
  • Callbacks
  • Observables
  • Promises
In AngularJS, Observables are used to deal with multiple HTTP requests to an external API asynchronously. Observables represent a sequence of values over time and provide powerful features for handling asynchronous operations, such as HTTP requests. Observables support operators that enable developers to transform, filter, and combine data streams, making them a flexible and efficient choice for managing asynchronous tasks in AngularJS applications.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *