nishantmc / angular-material-fileupload

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

Split up Angular Material Module imports #68

Closed kampytaru closed 3 years ago

kampytaru commented 3 years ago

Angular Material no longer supports barrel imports. Each Module needs to be loaded from their own module going forward.

cmclellen-vg commented 3 years ago

Hi @kampytaru Can this be merged soon - I'm having the issue mentioned too, and would be great to have this fix in. Thank you

Karman40 commented 3 years ago

When is the merge expected?

kampytaru commented 3 years ago

Sorry, I'm not affiliated with this project. Just opened a PR to fix a problem I came across. I ended up just removing this library from my project as it appears to be abandoned.

nishantmc commented 3 years ago

Sorry for the delay. Merging this patch.

nishantmc commented 3 years ago

Thanks @kampytaru