-
Notifications
You must be signed in to change notification settings - Fork 77
Description
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,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
602 CommonModule,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
603 ],
~~~~~~~~~~~~~~~~~
My version info:
Angular CLI: 9.0.7
Node: 10.19.0
OS: linux x64
Angular: 9.0.7
... animations, cli, common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... router
Ivy Workspace: Yes
Package Version
@angular-devkit/architect 0.900.7
@angular-devkit/build-angular 0.900.7
@angular-devkit/build-optimizer 0.900.7
@angular-devkit/build-webpack 0.900.7
@angular-devkit/core 9.0.7
@angular-devkit/schematics 9.0.7
@angular/cdk 9.2.3
@angular/flex-layout 9.0.0-beta.29
@angular/google-maps 10.2.7
@angular/material 9.2.3
@ngtools/webpack 9.0.7
@schematics/angular 9.0.7
@schematics/update 0.900.7
rxjs 6.5.4
typescript 3.7.5
webpack 4.41.2