Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rxjs 6 support #118

Closed
Gidmark opened this issue Apr 10, 2018 · 2 comments · Fixed by #124
Closed

Rxjs 6 support #118

Gidmark opened this issue Apr 10, 2018 · 2 comments · Fixed by #124

Comments

@Gidmark
Copy link

Gidmark commented Apr 10, 2018

Any plans on supporting Rxjs 6? Atm i get errors when it tries to include "rxjs/Subject" which should be "rxjs" and rxjs/add/operator/takeUntil which should be "rxjs/operators"

@gund
Copy link
Owner

gund commented Apr 11, 2018

Hi, yes, it is better to rely on lettable operators.

There is only one operator used (takeUntil) so it should be a pretty minor thing.
If you want, you are more than welcome to make a PR for it =)

@gund
Copy link
Owner

gund commented Apr 19, 2018

🎉 This issue has been resolved in version 2.1.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants