Here i choose multiple images and shows using *ngFor And there I have placed a delete button which is appear in the screenshot, click on delete button i want to
*ngFor
You should remove it from a selectedFile array.
selectedFile
this.selectedFile.splice(index, 1);