akveo / ng2-smart-table

Angular Smart Data Table component
https://akveo.github.io/ng2-smart-table/
MIT License
1.63k stars 877 forks source link

I got error when install ng2 smart table #1134

Open FiruzHamidov opened 4 years ago

FiruzHamidov commented 4 years ago

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" }, photo5366581960593485582

kevinjamesbaker commented 4 years ago

me too! any solution?

giansalex commented 4 years ago

ng2-completer should be updated.

ahmadkhalaf1 commented 4 years ago

have you managed to fix it?

FiruzHamidov commented 4 years ago

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

giansalex commented 4 years ago

@FiruzHamidov, sorry. ng2-completer not work with Angular 9, it should be fixed https://github.com/oferh/ng2-completer/pull/444

JimmyLovely commented 4 years ago

The dependencies is changed in latest version

from "ng2-completer": "^3.0.2" to "@akveo/ng2-completer": "9.0.1"

feat: upgrade to Angular 9 (#1140)