-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a061dac
commit 3404d79
Showing
7 changed files
with
26 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<div class="inline-bloc"> | ||
<form class="inline-bloc" [formGroup]="form()"> | ||
<mat-form-field class="full-width"> | ||
<mat-label>Type de société</mat-label> | ||
<select matNativeControl required [(ngModel)]="company()!.type"> | ||
<select matNativeControl required formControlName="type"> | ||
<option value="esn">ESN</option> | ||
<option value="other">Autres</option> | ||
</select> | ||
</mat-form-field> | ||
</div> | ||
<div class="inline-bloc"> | ||
<button color="primary" mat-raised-button (click)="update()"> | ||
<mat-icon>save</mat-icon> | ||
Sauvegarder | ||
</button> | ||
</div> | ||
<div class="inline-bloc"> | ||
<button type="submit" color="primary" mat-raised-button (click)="update()"> | ||
<mat-icon>save</mat-icon> | ||
Sauvegarder | ||
</button> | ||
</div> | ||
</form> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters