ng-treetable icon indicating copy to clipboard operation
ng-treetable copied to clipboard

ng-treetable breaks at angular 9

Open Koushikhore opened this issue 4 years ago • 1 comments

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

Koushikhore avatar Mar 03 '20 16:03 Koushikhore

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

Gouravpwd avatar Dec 03 '20 11:12 Gouravpwd