You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 20, 2018. It is now read-only.
Since Rx5 introduces some breaking changes (link), I was wondering if
rx.angular.jswill eventually move to Rx5 too.For example,
rx.Observable.replay()is nowrx.Observable.publishReplay()in Rx5.P.S. I'm using
rx.angular.jsin an ng1.4.8 app :)Thanks a lot!