1
I would like you to explain to me what are the observables in the Angular. What are your differences for a?
1
I would like you to explain to me what are the observables in the Angular. What are your differences for a?
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 angularjs angular typescript
You are not signed in. Login or sign up in order to post.
This answers your question? What is the difference between Promises and Observables?
– Daniel Mendes