mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2025-04-19 15:29:18 +00:00
8 lines
190 B
HTML
8 lines
190 B
HTML
<meta charset="UTF-8">
|
|
<p class="productItem" *ngFor="let product of products" (click)="clickedProduct(product)">
|
|
{{product.name}}
|
|
</p>
|
|
<div *ngIf="showProductPicture">
|
|
Test
|
|
</div>
|