Open IbrahimAlhaj9 opened 1 year ago
@ourai , @apnerve , @andreykyz , @styfle Please any help with this issue? Thanks in advance
I used the CDN approach an import the dist files in the projet.
In angular.json
"styles":[...,"node_modules/x-data-spreadsheet/dist/xspreadsheet.css"], "scripts": [...,"node_modules/x-data-spreadsheet/dist/xspreadsheet.js"]
and then load the tables like this in the components:
const s: any = x_spreadsheet("tableId")
you might have to include this right after you imports in your component file this to declare the x_spreadsheet function
declare var x_spreadsheet: any;
Same issue for me, did you solve the problem? @IbrahimAlhaj9
Exact same problem for me guys.. Migrating from Angular 14 to 15 within NX codebase..
@ourai , @apnerve , @andreykyz , @styfle Please any help with this issue? Thanks in advance
May be tagging the author and maintainer @myliang might help. I didn't contribute much to this repo. Just made a tiny styling change about 6 years ago :)
Hello Everyone, I got this error when build the project:
angular.json:
Package.json:
Any idea how I can resolve this issue? Thank you in advance.