Re-using RxJS Observables

I've been using Angular 2 recently to build a simple but not small application. Angular 2 makes heavy use of RxJS Observables, a library that I'm not yet very familiar with. When making HTTP calls, the return type is Observable (Angular 1.x returns a promise). You can easily convert… Read more →