Top "Rxjs5" questions

The 5th version of the reactive extensions for javascript.

RxJS Refactor nested map statement

I have a service which uses @angular/http to load data from an API. I want to create a projection …

angular refactoring rxjs code-cleanup rxjs5
Is there a way to unsubscribe to a BehaviorSubject without assignment?

There's time's where I want to subscribe to an observable only to have an emit trigger additional events. For example, …

angular rxjs rxjs5 reactive behaviorsubject