connect api to stock page for get, patch and delete
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<form nz-form nzLayout="horizontal" [formGroup]="stockForm" (ngSubmit)="submitForm()">
|
||||
<form nz-form nzLayout="horizontal" [formGroup]="stockForm">
|
||||
|
||||
<nz-form-item nz-flex>
|
||||
<nz-form-label nzSpan="15" nzRequired>
|
||||
Quantité minimale du produit
|
||||
</nz-form-label>
|
||||
|
||||
<nz-form-control nzSpan="4" nzErrorTip="Ce champ est requis">
|
||||
<input nz-input placeholder="12345" formControlName="minQuantity">
|
||||
<nz-form-control nzSpan="4" nzErrorTip="Requis">
|
||||
<input nz-input type="number" placeholder="12345" formControlName="minimalQuantity">
|
||||
</nz-form-control>
|
||||
</nz-form-item>
|
||||
</form>
|
||||
Reference in New Issue
Block a user