In what scenario can we use Promises and Observables in the angular framework?
meda Changed status to publish 18/07/2022
Observables and promises help us work with asynchronous functionality in JavaScript. Promises deal with one asynchronous event at a time, while observables handle a sequence of asynchronous events over a period of time.
meda Changed status to publish 18/07/2022