valor-software / ng2-select

Angular based replacement for select boxes
http://valor-software.github.io/ng2-select/
MIT License
675 stars 587 forks source link

rxjs_Observable__WEBPACK_IMPORTED_MODULE_5__.Observable.from is not a function #969

Open lalfaro1704 opened 5 years ago

lalfaro1704 commented 5 years ago

Please change:

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

File: ngx-select-ex.js

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@8aee01c). Click here to learn what that means. The diff coverage is n/a.

:exclamation: Current head f884d19 differs from pull request most recent head b949f58. Consider uploading reports for the commit b949f58 to get more accurate results Impacted file tree graph

@@            Coverage Diff            @@
##             master     #969   +/-   ##
=========================================
  Coverage          ?   82.53%           
=========================================
  Files             ?       13           
  Lines             ?      584           
  Branches          ?      137           
=========================================
  Hits              ?      482           
  Misses            ?       23           
  Partials          ?       79           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8aee01c...b949f58. Read the comment docs.