I have an "ERR_INVALID_URL" error and it does not load the image. Does anyone know how to solve it? My html and Ts are like this.
//Aqui está vindo a url do servidor
let a = value.params["dataBuffer"];
//Aqui estou convertendo o base64 passando para
variavel imagePath q é do tipo any;
this.imagemPath = this.sanitizer.bypassSecurityTrustResourceUrl("data:image/png;base64, a");
----- No meu arquivo HTML -----------
<img [src]="imagemPath">