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__WEBPACK_IMPORTED_MODULE_5__.Observable.from is not a function #969

Open
wants to merge 460 commits into
base: master
Choose a base branch
from

Conversation

lalfaro1704
Copy link

Please change:

import { Observable } from 'rxjs/Observable';
to
import { Observable } from 'rxjs/Rx';

File: ngx-select-ex.js

Jurien Hamaker and others added 30 commits May 4, 2021 12:04
Add appendTo option in INgxSelectOptions and make keepSelectedItems optional
…atement

Fix getting-started.md require statement
…is component, which is not supported by the current compiler configuration.

The component 'NgxSelectChoicesComponent' is used in the template but importing it would create a cycle: /home/optimistex/www/ngx-select-ex/src/app/lib/ngx-select/ngx-select.component.ts -> /home/optimistex/www/ngx-select-ex/src/app/lib/ngx-select/ngx-select-choices.component.ts -> /home/optimistex/www/ngx-select-ex/src/app/lib/ngx-select/ngx-select.component.ts
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

Successfully merging this pull request may close these issues.