Betterzon/Frontend/src/app/product-list/product-list.component.html

5 lines
86 B
HTML

<meta charset="UTF-8">
<p *ngFor="let product of products">
{{product.name}}
</p>