mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2026-05-26 20:38:05 +00:00
BETTERZON-34: Adding landing page component
- Also removing old stuff
This commit is contained in:
@@ -2,3 +2,6 @@
|
||||
<p class="productItem" *ngFor="let product of products" (click)="clickedProduct(product)">
|
||||
{{product.name}}
|
||||
</p>
|
||||
<div *ngIf="showProductPicture">
|
||||
Test
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user