cvuorinen / angular1-async-filter

Angular2 async pipe implemented as Angular 1 filter to handle promises & RxJS observables
MIT License
59 stars 6 forks source link

Include RxJS 5 support #5

Closed kylecordes closed 7 years ago

kylecordes commented 7 years ago

I was about to extend this code a bit to support RxJS 5, but then I noticed that @vfeskov already did so, in this commit on his fork:

https://github.com/vfeskov/angular1-async-filter/commit/ccbd9e2f8bb4deed7433f142755137e1850d25b7

This is a very helpful improvement for people mixing A1 and A2+ code in 2017, but his fork is not published to NPM. Would you consider bringing this commit in and publishing a new version?

cvuorinen commented 7 years ago

Sure thing, I'll pull it in and tag a new release.

kylecordes commented 7 years ago

Thanks!