Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR in node_modules/cdk-table-exporter/lib/options.d.ts(8,51): error TS2304: Cannot find name 'Exclude'. #119

Open
tharshz opened this issue Jun 21, 2021 · 2 comments
Labels

Comments

@tharshz
Copy link

tharshz commented Jun 21, 2021

Hi, I'm using npm install --save mat-table-exporter@1.2.5 for the angular 6 versions. after import the "import { MatTableExporterModule } from 'mat-table-exporter'; " then I have the error display on cmd for "ERROR in node_modules/cdk-table-exporter/lib/options.d.ts(8,51): error TS2304: Cannot find name 'Exclude'."

@HalitTalha
Copy link
Owner

Could you share your package.json file?

@HalitTalha HalitTalha added bug Something isn't working exporter and removed bug Something isn't working labels Jun 26, 2021
@utari7302
Copy link

Could you share your package.json file?

{
"name": "khan-steel",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^6.1.0",
"@angular/cdk": "^6.2.0",
"@angular/common": "^6.1.0",
"@angular/compiler": "^6.1.0",
"@angular/core": "^6.1.0",
"@angular/flex-layout": "^6.0.0-beta.16",
"@angular/forms": "^6.1.0",
"@angular/http": "^6.1.0",
"@angular/material": "^6.4.7",
"@angular/platform-browser": "^6.1.0",
"@angular/platform-browser-dynamic": "^6.1.0",
"@angular/router": "^6.1.0",
"@fortawesome/angular-fontawesome": "^0.11.1",
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@ngneat/hot-toast": "^4.1.0",
"core-js": "^2.5.4",
"file-saver": "^2.0.5",
"guid-typescript": "^1.0.9",
"ionicons": "^6.0.2",
"mat-table-exporter": "^1.2.5",
"ngx-toastr": "^10.2.0",
"rxjs": "6.0.0",
"xlsx": "^0.18.5",
"zone.js": "~0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.7.0",
"@angular/cli": "~6.1.5",
"@angular/compiler-cli": "^6.1.0",
"@angular/language-service": "^6.1.0",
"@types/jasmine": "~2.8.6",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^8.9.5",
"codelyzer": "~4.2.1",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~1.7.1",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.0",
"karma-jasmine": "~1.1.1",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.4.0",
"ts-node": "~5.0.1",
"tslint": "~5.9.1",
"typescript": "~2.7.2"
}
}
Facing the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants