-
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
Angular 8 compability: rxjs 6.5.3 #26
Comments
After i manualy installed 'rxjs' version 6.5.3, i was able to upgrade angular to version 8.2.12, but when i tried to open my app, there was this error, related to thruway.js:
|
Angular 8 defaults to If that works, I'll look into updating the lib for |
Sorry for long waiting. Yes, it works with |
+1 for es2015 support |
When i tried to upgrade my angular app from version 7.x to version 8.x, this error occured: Package "thruway.js" has an incompatible peer dependency to "rxjs" (requires "^5.5.12", would install "6.5.3").
The text was updated successfully, but these errors were encountered: