BETTERZON-33: Styles and redirect upon click on product

This commit is contained in:
2020-12-02 14:14:49 +01:00
parent 24c64dd709
commit 23ae0555e5
3 changed files with 16 additions and 4 deletions
@@ -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>