-
Notifications
You must be signed in to change notification settings - Fork 13
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 / Angular 6 Compatibility #19
Comments
The good / great thing is, that after upgrading to Angular 6 and with use of rxjs-compat all works as before! Very happy about this! But of course, a pure rxjs 6 solution without the -compat would be also great... |
When #15 is resolved, RxJS 6 will be supported. |
Any hint / idea how to update the Angular core?
|
I have "forced" the update to 6.3.2 of rxjs (ng update @angular/core --force) and then I got also rxjs-compat in the version 6.3.2. But there seams to be a problem with this compat-version as it does not handle some things correct. Solution was to go back to 6.2.2 for both (using this for example: ReactiveX/rxjs#4070 (comment)). I hope, you will solve the #15 issue to get real v6 support without -compat soon... |
Same here. Looking forward to support rxjs 6.x natively without rxjs-compat |
Any progress on this one? |
Works for me ok with versions: |
I tried to setup a new project today with
With
Using Ionic4 with |
@creat-or that's an issue with 2.0.0-beta3. Can you try 2.0.0-beta4? |
It works! Thank you!! 👍 |
I just published it. If this works for rxjs6, I'll leave |
Hi,
First of all, thank you for the nice job you've done with this library !
I was wondering if you're planning to release a version based on RxJs 6 (as Angular 6 just did) ?
The text was updated successfully, but these errors were encountered: