récupère les ID des produits dans la page détail

This commit is contained in:
HarmandI 2022-01-17 18:20:39 +01:00
parent b81ebb7d89
commit a24530e005
2 changed files with 5 additions and 1 deletions

View file

@ -17,6 +17,7 @@
<div class="row">
<div class="col" *ngFor="let product of listData">
<app-card-plante [plant]="product"
[routerLink]="['/details/:productId']"
(clickLike)="onEventLike()">
</app-card-plante>
</div>