Open FiruzHamidov opened 4 years ago
me too! any solution?
ng2-completer
should be updated.
have you managed to fix it?
ng2-completer
should be updated.
I have latest version installed:
"ng2-completer": "^3.0.3", "ng2-smart-table": "^1.5.0",
you can see by thoose links: https://www.npmjs.com/package/ng2-smart-table https://www.npmjs.com/package/ng2-completer
@FiruzHamidov, sorry. ng2-completer
not work with Angular 9, it should be fixed
https://github.com/oferh/ng2-completer/pull/444
The dependencies is changed in latest version
from "ng2-completer": "^3.0.2" to "@akveo/ng2-completer": "9.0.1"
Versions "dependencies": { "@angular/animations": "~9.0.2", "@angular/cdk": "^8.0.0", "@angular/common": "~9.0.2", "@angular/compiler": "~9.0.2", "@angular/core": "~9.0.2", "@angular/forms": "~9.0.2", "@angular/platform-browser": "~9.0.2", "@angular/platform-browser-dynamic": "~9.0.2", "@angular/router": "~9.0.2", "@nebular/eva-icons": "4.6.0", "@nebular/theme": "^4.6.0", "eva-icons": "^1.1.2", "ng2-completer": "^3.0.3", "ng2-smart-table": "^1.5.0", "rxjs": "~6.5.4", "tslib": "^1.10.0", "zone.js": "~0.10.2" },