Skip to content
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 7 and RXJS support for new Observable #28

Open
nicholasmabrams opened this issue Jan 9, 2019 · 0 comments
Open

Angular 7 and RXJS support for new Observable #28

nicholasmabrams opened this issue Jan 9, 2019 · 0 comments

Comments

@nicholasmabrams
Copy link

After upgrading from Angular 5 -> Angular 7, I had to make a manual change in order to get the library to work with the newest version.

Line 4 of ngx-breadcrumbs.es5.js was throwing a console error, which was the only one I couldnt resolve without manually editing the node_modules contents directly.

Before: (not working in Angular 7)
import { BehaviorSubject as BehaviorSubject$1 } from 'rxjs/BehaviorSubject';

After (working in Angular 7):
import { BehaviorSubject as BehaviorSubject$1 } from 'rxjs/Rx';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant