To display an image of aws s3?

how to display an image in a variable from aws s3 as on the screenshot below

You can simply use the variable which holds the URL to the image directly in your template:

 <img [src]="myImageVariable">
1 Like