Début de la page d'ajout de sauts

This commit is contained in:
Sébastien André
2019-10-27 21:20:32 +01:00
parent 6499e03c56
commit 08f04480d5
10 changed files with 66 additions and 48 deletions

View File

@@ -1,3 +1,20 @@
<p>
new-jump works!
</p>
<div class="example-container">
<h4>Basic native select</h4>
<mat-form-field>
<mat-label>Choose the jump type</mat-label>
<mat-select>
<mat-option value="option1">Option 1</mat-option>
<mat-option value="option2" disabled>Option 2 (disabled)</mat-option>
<mat-option value="option3">Option 3</mat-option>
</mat-select>
</mat-form-field>
<h4>Basic native select</h4>
<mat-form-field>
<mat-label>Choose the aircraft</mat-label>
<mat-select>
<mat-option value="option1">Option 1</mat-option>
<mat-option value="option2">Option 2</mat-option>
</mat-select>
</mat-form-field>
</div>