I have a base 64 encoded string, I want to display it on my angular template file.
Try
<img [src]="yourEncodedStringVariable"/>
where yourEncodedStringVariable= data:image/png;base64,[your base 64 string]
1.4m articles
1.4m replys
5 comments
57.0k users