Open TKMafunga opened 3 years ago
Hi sorry for the late reply. I started working on major rewrite a while ago and released a rc version to simplify and make the table even more efficient. It doesn't have all the features provided by earlier version but you can have a look at simple demo here: https://hjalmers.github.io/angular-generic-table/rc/ and the code for it here https://github.com/hjalmers/angular-generic-table/blob/release/rc/projects/docs/src/app/app.component.ts. I haven't had time to create docs for it yet and with the limited amount of time I have with this project at the moment I'm not sure I'll have time to patch old versions. Not sure what could be the issue with NX here but have you got the same config and setup working in a project not using NX? If you don't need all the features, maybe you could give the rc release a go and let me know if it works better with NX?
I am trying to install the table, however, when l try to use it within the nx project, l face a number of errors. The error l receive is shown below:
I have tried to use issue #253 as a reference point, however, l am still unable to incorporate the table within my nx project and still get the exact same error. Below is my package.json contents: "dependencies": { "@angular-generic-table/column-settings": "^5.0.0-alpha.3", "@angular-generic-table/core": "^5.0.0-alpha.3", "@angular/animations": "^12.2.0", "@angular/cdk": "^12.0.0", "@angular/common": "^12.2.0", "@angular/compiler": "^12.2.0", "@angular/core": "^12.2.0", "@angular/fire": "^7.1.1", "@angular/forms": "^12.2.0", "@angular/platform-browser": "^12.2.0", "@angular/platform-browser-dynamic": "^12.2.0", "@angular/router": "^12.2.0", "@nebular/auth": "^8.0.0", "@nebular/eva-icons": "8.0.0", "@nebular/security": "^8.0.0", "@nebular/theme": "^8.0.0", "@ng-bootstrap/ng-bootstrap": "^10.0.0", "@nrwl/angular": "13.1.2", "angular2-toaster": "^11.0.1", "bootstrap": "^5.1.3", "dragula": "^3.7.3", "eva-icons": "^1.1.2", "file-saver": "^2.0.5", "firebase": "^9.3.0", "ng2-dragula": "^2.1.1", "papaparse": "^5.3.1", "rxjs": "~6.6.0", "tether": "^2.0.0", "tslib": "^2.0.0", "xlsx": "^0.17.3", "zone.js": "~0.11.4" }.
Assistance with how to overcome the above-error would be greatly appreciated.