-
Notifications
You must be signed in to change notification settings - Fork 102
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 #99
Comments
module can be used with Angular 6, with rxjs-compat installed |
that is true I can confirm that it works, but are there any plans to update to rxjs 6 anytime soon? |
@Rzpeg - Well yes, that can be said of alot of things, but that's a lousy answer. -compat adds alot of bloat and, also, -compat will only work for rxjs 6. rxjs7 will not have a -compat release. (the release notes for 6 stated this). Out of all the modules I presently am using in my app, only this and one other don't properly handle this. So, the issue stands. |
This repo looks dead, no activity at all. I have migrated my project to https://github.com/scttcper/ngx-toastr |
I have ported this library here with angular6 and rxjs6 support. ngx-toasta.
|
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
module can't be used with RxJs v6. (npm update)
Add module to a Angular 6 environment without rjxs-compat.
Then do npm install/update:
node_modules/ng2-toasty/src/toasty.service.d.ts(1,10): error TS2305: Module '"/node_modules/rxjs/Observable"' has no exported member 'Observable'.
module works
see above
The text was updated successfully, but these errors were encountered: