mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2026-05-26 20:38:05 +00:00
BETTERZON-33: Styles and redirect upon click on product
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<meta charset="UTF-8">
|
||||
<p *ngFor="let product of products">
|
||||
<p class="productItem" *ngFor="let product of products" (click)="clickedProduct(product)">
|
||||
{{product.name}}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user