Sky.Net/client/src/app/shop/shop.component.html

6 lines
102 B
HTML
Raw Normal View History

2022-05-12 16:52:52 -07:00
<ul>
<li class="list-unstyled" *ngFor="let product of products">
{{product.name}}
</li>
</ul>