ng2-ui / auto-complete

Angular Auto Complete component and directive
https://ng2-ui.github.io/dist/#/auto-complete
MIT License
279 stars 122 forks source link

Still need rxjs-compat #376

Open rbirkgit opened 5 years ago

rbirkgit commented 5 years ago

IMPORTANT Latest version still requires rxjs-compat. You get an error without it. Itw as supposed to be upgraded to rxjs 6, but is not.

Steps to reproduce and a minimal demo

Build your app and see error.

Current behavior

ERROR in ./node_modules/ng2-auto-complete/dist/ng2-auto-complete.js Module not found: Error: Can't resolve 'rxjs/add/operator/map' in 'D:\Git\provisioning-ui\node_modules\ng2-auto-complete\dist'

Expected/desired behavior

Import in latest version should be changed to support rxjs 6:

import { map } from 'rxjs/operators';

Other information

catherinemarston commented 5 years ago

Any updates on this?

Thank you,

Catherine