Admin-La-Belle-Plante/src/app/modules/admin/pages/page-modifier/page-modifier.component.html
Sana EL HIRI 1b5b7f0e3e modifs
2022-03-22 10:55:06 +01:00

2 lines
171 B
HTML

<h1>Modifier la plante</h1>
<app-formulaire *ngIf="editPlant" [plantInfos]="editPlant" (submitted)="update($event)" [buttonLabel]="'Modifier la plante'"></app-formulaire>