|
|
|
@ -1,11 +1,9 @@ |
|
|
|
|
<div *ngIf="businessunit"> |
|
|
|
|
|
|
|
|
|
<h2>{{bu.name | uppercase}} </h2> |
|
|
|
|
<div><span>id : </span>{{bu.id}}</div> |
|
|
|
|
|
|
|
|
|
<form |
|
|
|
|
(ngSubmit)="onSubmit()" |
|
|
|
|
*ngIf="businessunit | async;" |
|
|
|
|
[formGroup]="registerForm"> |
|
|
|
|
|
|
|
|
|
<div class="form-group col-12 col-sm-6 col-md-4 col-lg-3 mb-2"> |
|
|
|
@ -18,7 +16,7 @@ |
|
|
|
|
|
|
|
|
|
<div> |
|
|
|
|
<button type="submit">Sauvegarder les changements</button> |
|
|
|
|
<button (click)="onReset()" type="reset">Effacer</button> |
|
|
|
|
<button type="reset">Effacer</button> |
|
|
|
|
<button (click)="goBack()">Retour</button> |
|
|
|
|
</div> |
|
|
|
|
</form> |
|
|
|
|