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

Rxjs Observable Issue #29

Open
forvy opened this issue Jan 21, 2019 · 1 comment
Open

Rxjs Observable Issue #29

forvy opened this issue Jan 21, 2019 · 1 comment
Assignees

Comments

@forvy
Copy link

forvy commented Jan 21, 2019

With the current library on line 3 of ngx-breadcrumbs.es5.js:

import { Observable as Observable$1 } from 'rxjs/Observable';
giving error:

ERROR TypeError: rxjs_Observable__WEBPACK_IMPORTED_MODULE_2__.Observable.of is not a function
at McBreadcrumbsService.push../node_modules/ngx-breadcrumbs/ngx-breadcrumbs/ngx-breadcrumbs.es5.js.McBreadcrumbsService._resolveCrumbs

and breadcrumb not shown.

But after changing into:
import { Observable as Observable$1 } from 'rxjs';

It's doing good again.

@peterbsmyth peterbsmyth self-assigned this Mar 11, 2019
@moi12fre
Copy link

moi12fre commented Sep 2, 2019

Thank you @forvy

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

3 participants