For a simple solution using Angular, you can just:
this.imageUrl = URL.createObjectURL(file);
<img [src]="imageUrl" alt="imageUrl"/>