I need to extract the url and to show it as a pictures:
How it looks from json:
My html:
<ul>
<li *ngFor="let product of store.Products">
<p>Product ProductImage: {{ product.ProductImage }}</p>
<p>Product Price: {{ product.Price }}</p>
</li>
</ul>
Can I do it with pipe?