-
-
Notifications
You must be signed in to change notification settings - Fork 578
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
Update to support rxjs 6.0 #816
Comments
Actually it just need to support rxjs 5.6+, there's a document coming up soon that explains that. |
Have some issues here. As the the new material2 6.0 beta package requires angular 6.0 rc, and angular 6.0 rc requires rxjs6.0 beta. When all beta packages installed, the project will failed at compile: |
Version 10.0.0 has been released with support for Angular 6 and RxJS 6, can you try and tell me if it works for you? |
@ocombe Thanks so much for the next release. |
Thanks for the release!!! I don't know why but since I upgraded I get Http failure response for http://localhost:4200/assets/i18n/en.json: 404 Not Found |
Sorry, the 404 Not found is a problem with the Angular-Cli 6 RC01 and RC02, not a problem with this library. |
This is a forced requirement in new Angular >= 6.0 rc0
The text was updated successfully, but these errors were encountered: