I am working with angular5.I need to do file upload. I refered this link [https://github.com/nishantmc/angular-material-fileupload][1]
I am getting error as ERROR in ./node_modules/angular-material-fileupload/matFileUpload.esm.js Module not found: Error: Can't resolve 'rxjs/observable/merge' in '\node_modules\angular-material-fileupload' ERROR in ./node_modules/angular-material-fileupload/matFileUpload.esm.jsModule not found: Error: Can't resolve 'rxjs/operators/startWith' in '\node_modules\angular-material-fileupload'
Help me to solve this issue