Open jlweb58 opened 4 years ago
I got the sane with angular 10
"@angular/animations": "~10.2.3", "@angular/cdk": "~10.2.7", "@angular/common": "~10.2.3", "@angular/compiler": "~10.2.3", "@angular/core": "~10.2.3", "@angular/forms": "~10.2.3", "@angular/material": "^10.2.7", "@angular/platform-browser": "~10.2.3", "@angular/platform-browser-dynamic": "~10.2.3", "@angular/router": "~10.2.3", "@ng-bootstrap/ng-bootstrap": "^8.0.0", "angular-material-fileupload": "^3.0.1", "bootstrap": "^4.4.1", "material-components-web": "^4.0.0", "rxjs": "~6.6.3", "tslib": "^2.0.0", "zone.js": "~0.10.2"
While compiling I get the following error: ERROR in Failed to compile entry-point angular-material-fileupload (es2015 as esm2015) due to compilation errors: node_modules/angular-material-fileupload/fesm2015/angular-material-fileupload.js:596:26 - error NG1010: Value at position 0 in the NgModule.imports of MatFileUploadModule is not a reference: [object Object]
596 imports: [ ~ 597 MatProgressBarModule,
603 ],