-
Notifications
You must be signed in to change notification settings - Fork 56
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
Add support for rxjs > 6 #57
Comments
ERROR in ./node_modules/ng-socket-io/dist/src/socket-io.service.js |
You can try my fork here |
Any plans to support NG6 and soon 7? |
It seems that the project is dead... |
I replaced the following: in socket-io.service.js in socket-io.service.d.ts and for
See if that works for them ;) |
and for Can't resolve 'rxjs/add/operator/share' |
When I update my angular project from 5.x to 6.x with rxjs 6.x I get following error:
ERROR in node_modules/ng-socket-io/dist/src/socket-io.service.d.ts(1,10): error TS2305: Module '"..../project/node_modules/rxjs/Observable"' has no exported member 'Observable'.
node_modules/rxjs/Observable.d.ts(1,15): error TS2307: Cannot find module 'rxjs-compat/Observable'.
The text was updated successfully, but these errors were encountered: