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 6 and rxjs 6 support #13

Open
muuvmuuv opened this issue May 9, 2018 · 3 comments
Open

Angular 6 and rxjs 6 support #13

muuvmuuv opened this issue May 9, 2018 · 3 comments

Comments

@muuvmuuv
Copy link

muuvmuuv commented May 9, 2018

....
ERROR in ./node_modules/ngx-breadcrumbs/ngx-breadcrumbs/ngx-breadcrumbs.es5.js
Module not found: Error: Can't resolve 'rxjs/BehaviorSubject' in '/Users/marvinheilemann/Documents/Projects/M8FINDER/www/application/client/node_modules/ngx-breadcrumbs/ngx-breadcrumbs'
....
@Albejr
Copy link

Albejr commented May 18, 2018

Meanwhile, you can and must install rxjs-compat package, which is also a new dependency for Angular 6 at the moment to maintain compatibility with rxJS 6.x branch. This should fix the issue you have.

@ZeevKatz
Copy link

+1 and waiting for the update with angular 6 and rxjs 6 support

@piernik
Copy link

piernik commented Jun 6, 2018

It's rxjs@6 issue. There was some breaking changes.
If You install npm install rxjs-compat@6 --save all should work.

It's temporary solution and we're waiting form module update.

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

4 participants