mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2025-04-19 15:29:18 +00:00
5 lines
86 B
HTML
5 lines
86 B
HTML
<meta charset="UTF-8">
|
|
<p *ngFor="let product of products">
|
|
{{product.name}}
|
|
</p>
|