-
Notifications
You must be signed in to change notification settings - Fork 14
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 Angular 6 (rxjs 6) #19
Comments
I've made a PR to fix it #20 |
@ArielAleksandrus I use angular 6.0.0 and rxjs 6.1.0. I do not have any issue at all. Here is my packages list:
Also I am going to replace "brodcaster" with https://github.com/viktor-shmigol/ngx-global-events. |
@viktor-shmigol do you have a timeframe for these changes? The peer dependencies are interfering with updating to the latest angular versions. |
Rxjs has now a new version, and subject is now imported directly from 'rxjs'
Operators, like map, filter, switch map can be imported from 'rxjs/operator'
Problem is: even fixing imports, broadcaster.js fails on 'return this._eventBus.asObservable().filter(...)'
Error is:
The text was updated successfully, but these errors were encountered: