Hi,
I'm trying to output an image that is sent in base64 format. The image came from an exrternal service and I cannot modify.
The problem is that this seems a format that angular cannot handle very well. I've checked with php and the string is correct, but I cannot understand why angular cannot display correctly the image.
Could you help me please?