1
0
mirror of https://github.com/Mueller-Patrick/Betterzon.git synced 2025-05-24 15:29:18 +00:00
Betterzon/Frontend/src/app/product-list-component/product-list-component.component.html

5 lines
79 B
HTML

<meta charset="UTF-8">
<p *ngFor="let person of testList">
{{person}}
</p>