mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2025-04-18 14:59:19 +00:00
5 lines
79 B
HTML
5 lines
79 B
HTML
<meta charset="UTF-8">
|
|
<p *ngFor="let person of testList">
|
|
{{person}}
|
|
</p>
|