Skip to content

Daniele Ghidoli

Angular 2 Tips & Tricks

  • About me
  • My Nomad Life

Tag: Http

Combining multiple Http streams with RxJS Observables in Angular2
Posted on October 22, 2016October 23, 2016

Combining multiple Http streams with RxJS Observables in Angular2

RxJS Observables, compared to the old Promises in Angular 1, seem to be more complicated to understand, but they are far more flexible. Let’s see how we can combine and chain them, in order to merge multiple Http streams of data and get what we need.

Menu

  • About me
  • My Nomad Life
  • Twitter
  • Github
  • Facebook
  • Instagram
  • Linkedin
  • Medium

Search a post

Categories

  • i18n
  • RxJS
  • Testing

Most viewed

  • Testing an Angular 2 Component with Mock Services
  • Combining multiple Http streams with RxJS Observables in Angular2
  • Angular 2 internationalization explained: i18n + Angular CLI + AOT
  • How to subscribe to RxJS event after it has been already emitted

Follow me on Twitter

My Tweets
© Daniele Ghidoli