andrew-yangy / ng-treetable

A treetable module for angular 5
MIT License
32 stars 18 forks source link

ng-treetable breaks at angular 9 #36

Open Koushikhore opened 4 years ago

Koushikhore commented 4 years ago

We have upgraded the angular 9 and treetable 1.2.2 to 1.3.3 It gives following compilation error:

ERROR in The target entry-point "ng-treetable" has missing dependencies:

  • @angular/core/src/metadata/lifecycle_hooks

Package.json


"dependencies": {
"@angular/animations": "~9.0.3",
"@angular/common": "~9.0.3",
"@angular/compiler": "~9.0.3",
"@angular/core": "~9.0.3",
"@angular/forms": "~9.0.3",
"@angular/localize": "^9.0.4",
"@angular/platform-browser": "~9.0.3",
"@angular/platform-browser-dynamic": "~9.0.3",
"@angular/router": "~9.0.3",
"@ng-bootstrap/ng-bootstrap": "^6.0.0",
"@ngx-translate/core": "^12.1.2",
"@ngx-translate/http-loader": "^4.0.0",
"@swimlane/ngx-charts": "^13.0.2",
"angular-file-saver": "^1.1.3",
"bootstrap": "^4.4.1",
"chart.js": "^2.9.3",
"font-awesome": "^4.7.0",
"ng-infinite-scroll": "^1.3.0",
"ng-treetable": "1.3.3",
"ng2-auto-complete": "^0.12.0",
"ng2-charts": "^2.3.0",
"ngx-infinite-scroll": "^8.0.1",
"ngx-uploader": "^8.0.0",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},

Resolution will be much appreciated.
Thanks
Gouravpwd commented 3 years ago

I am also facing the same issue after upgrading my application from angular version 8 to 9. Please resolve it as soon as possible.