formulaire, ajouter, modifier html
This commit is contained in:
parent
e8c45f87e9
commit
1b18f648a0
|
@ -1,5 +1,5 @@
|
|||
<div class="form-plant">
|
||||
<form (ngSubmit)="onSubmit()" [formGroup]="plantForm">
|
||||
<form [formGroup]="plantForm">
|
||||
<div class="form-floating">
|
||||
<input
|
||||
type="text"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
<h1>Ajouter une plante</h1>
|
||||
<app-formulaire [buttonLabel]="'Ajouter une plante'" [isAdd]="true"></app-formulaire>
|
||||
<app-formulaire [buttonLabel]="'Ajouter une plante'"></app-formulaire>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
<h1>Modifier la plante</h1>
|
||||
<app-formulaire *ngIf="plantInfos" [buttonLabel]="'Modifier la plante'" [isAdd]= "false"></app-formulaire>
|
||||
<app-formulaire *ngIf="plantInfos" [buttonLabel]="'Modifier la plante'"></app-formulaire>
|
||||
|
|
Loading…
Reference in New Issue