angular-material-fileupload
angular-material-fileupload copied to clipboard
ERROR in node_modules/@angular/core/src/render3/ng_dev_mode.d.ts(9,11): error TS2451: Cannot redeclare block-scoped variable 'ngDevMode'.
When i import MatFileUploadModule and npm start
ERROR in node_modules/@angular/core/src/render3/ng_dev_mode.d.ts(9,11): error TS2451: Cannot redeclare block-scoped variable 'ngDevMode'. node_modules/angular-material-fileupload/node_modules/@angular/core/src/render3/ng_dev_mode.d.ts(9,11): error TS2451: Cannot redeclare block-scoped variable 'ngDevMode'.
how can i fix it?
having same issue seems a problem with angular7
try adding "@angular/": ["node_modules/@angular/"] on path inside tsconfig.json
Having the same issue here. I am on angular 7.2.1