What are the observables?

Asked

Viewed 35 times

1

I would like you to explain to me what are the observables in the Angular. What are your differences for a?

1 answer

0

Observables has the function of warning/notifying the angular whenever a change occurs in them, so it is very common to use Observables for http requests for example. It is very similar to a Promise, both are asyronous, but the difference is that it can be constant, it can notify the angular several times during its cycle.

I recommend you do this course on angular. It’s really good! For me, it’s the best of the internet.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.