I am getting byte array from api and i have applied image tag on my HTML page as <img src="data:{{model.asd_logo_type}};base64,{{model.dfgh_logo}}" alt="...">
but i am not able to get the image on display.
Please suggest what can i do.
I am getting byte array from api and i have applied image tag on my HTML page as <img src="data:{{model.asd_logo_type}};base64,{{model.dfgh_logo}}" alt="...">
but i am not able to get the image on display.
Please suggest what can i do.
you can use src directive to display image in angular
This is how I achieved.
model.dfgh_logo
this should have image in byte array.