[Solved] GET http://localhost:4200/[object%20Blob] 404 (Not Found) in Angular


It would be better to set the image src to the URL of the image instead of fetching the image through the HTTP Client.

[attr.src]="imageEcho"

is causing the additional http request to occur.

2

solved GET http://localhost:4200/[object%20Blob] 404 (Not Found) in Angular