Mesmo arquivo Selecione a segunda vez angular não selecionada
@ViewChild('fileInput') fileInput: any;
...
uploadFile() {
this.uploader.uploadAll();
this.fileInput.nativeElement.value = '';
}
Anxious Antelope