79425779

Date: 2025-02-09 22:30:44
Score: 1
Natty:
Report link

For a simple solution using Angular, you can just:

this.imageUrl = URL.createObjectURL(file);
<img [src]="imageUrl" alt="imageUrl"/>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sham Fiorin