récupère les ID des produits dans la page détail
This commit is contained in:
parent
b81ebb7d89
commit
a24530e005
2 changed files with 5 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue