ngrx / core

Core functionality for the ngrx platform
MIT License
72 stars 25 forks source link

LeaveZone does not work with RxJs 6 #22

Open J4cku opened 6 years ago

J4cku commented 6 years ago

RxJs 6 changed the way operators are used on Observables, making them usable as functions inside .pipe(). LeaveZone is not comapatible with it

Kokogino commented 6 years ago

@J4cku How did you get RxJs 6 to work with ngrx/core? ngrx/core has a dependency to RxJs version "^5.0.0-beta.11".

J4cku commented 6 years ago

After all I did not, but this one was the only thing that blocked me from doing it.