rangle / ngCourse2

An Angular Course from Rangle.io
Other
184 stars 126 forks source link

Update details about Observables in comparison with promises #876

Open ashwin-sureshkumar opened 7 years ago

ashwin-sureshkumar commented 7 years ago

https://angular-2-training-book.rangle.io/handout/observables/observables_vs_promises.html

It would be worth mentioning that observables act on stream of data which are compositional or chained over with map, filter, reduce ..