-
Notifications
You must be signed in to change notification settings - Fork 77
Description
I tried using it in an Angular 10.1.4 application - getting the following error when I build or try to run and watch the app:
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
Value could not be determined statically.
596 imports: [
~
597 MatProgressBarModule,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
602 CommonModule,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
603 ],
~~~~~~~~~~~~~~~~~
node_modules/angular-material-fileupload/fesm2015/angular-material-fileupload.js:597:21
597 MatProgressBarModule,
~~~~~~~~~~~~~~~~~~~~
Unknown reference.