nishantmc / angular-material-fileupload

A fileupload component based on angular-material design
MIT License
98 stars 77 forks source link

Support Injecting custom MatFileUploadQueueService #86

Open OzBob opened 3 years ago

OzBob commented 3 years ago

As per SO question: inject-custom-service-for-angular-material-fileupload-module-not-found-error

Enhancement:

Allow file type and/or file size restriction on files added using dragdrop and 'choose file', by Injection in a custom MatFileUploadQueueService.