HalitTalha / ng-material-extensions

Extended features for @angular/material components
Apache License 2.0
101 stars 52 forks source link

"export 'CHAR_SET_UTF_16' was not found in 'cdk-table-exporter' #52

Closed pantonis closed 4 years ago

pantonis commented 4 years ago

I am getting following error:

ERROR in ./node_modules/mat-table-exporter/fesm5/mat-table-exporter.js 2:0-577
"export 'CHAR_SET_UTF_16' was not found in 'cdk-table-exporter'
ERROR in ./node_modules/mat-table-exporter/fesm5/mat-table-exporter.js 2:0-577
"export 'P' was not found in 'cdk-table-exporter'

using

"mat-table-exporter": "1.2.2"
 "@angular/animations": "^8.2.5",
"@angular/cdk": "^8.2.3",
"@angular/common": "^8.2.5",
"@angular/compiler": "^8.2.5",
"@angular/core": "^8.2.5",
"@angular/forms": "^8.2.5",
"@angular/material": "^8.2.3",
"@angular/material-moment-adapter": "^8.2.3",
"@angular/platform-browser": "^8.2.5",
"@angular/platform-browser-dynamic": "^8.2.5",
"@angular/platform-server": "^8.2.5",
"@angular/router": "^8.2.5",
pantonis commented 4 years ago

Upgraded to "mat-table-exporter": "1.2.5" and it works now.