peterbsmyth / ngx-breadcrumbs

Angular 4+ routing breadcrumbs
MIT License
60 stars 43 forks source link

Angular 6 and rxjs 6 support #13

Open muuvmuuv opened 6 years ago

muuvmuuv commented 6 years ago
....
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 commented 6 years ago

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 commented 6 years ago

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

piernik commented 6 years ago

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.