-
Notifications
You must be signed in to change notification settings - Fork 241
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
Angular 6 / RXJS 6 Compatibility #426
Comments
Sure, but I'll wait for official first |
PR's welcome |
For now you can just install rxjs-compat, which as the name suggests is a compatibility layer between RxJS v5 and v6 and everything seems to work fine. |
With rxjs-compat, the whole RxJS gets bundled into the application. |
Update: Angular CLI library support is limited at this point.
I will start working on v6 changes, but again I want to switch this repo to use 100% supported build process so it will probably be I have to say, that this no hot rebuild thing for libs (2) will not last long the CLI guys will realise it soon enough :) |
ok, repo is angular-cli based, including demo app + libraries and of course cli library build which should make maintenance easier. I'v also publish to npm, version 6. There are some issues with the demo site, will work on that. |
Hi, any progress? You are the last reason for rxjs-compat in our large application( |
I guess this one is dead after two years no response action :(. |
I'm submitting a ...
[x] bug report
[ ] feature request
[ ] question about the decisions made in the repository
Do you want to request a feature or report a bug?
Bug
Build Errors when upgrading to Angular 6 / RXJS 6
https://plnkr.co or similar (you can use one of the templates above as a starting point).
upgrade rxjs to version ^6.0.0(-beta.2)
building without errors
keeping up to date with the new angular versions
The Upgrade Guide can be found here: https://github.com/ReactiveX/rxjs/blob/master/doc/pipeable-operators.md
The text was updated successfully, but these errors were encountered: