New view to add and update the equipment
This commit is contained in:
@@ -30,7 +30,15 @@
|
||||
</mat-form-field>
|
||||
<p>
|
||||
<mat-form-field>
|
||||
<input
|
||||
<mat-label>{{ "NewJump_Equipment" | translate }}</mat-label>
|
||||
<mat-select [(value)]="selectedEquipment">
|
||||
@for (equipment of listOfEquipment; track equipment) {
|
||||
<mat-option [value]="equipment.value">{{
|
||||
equipment.viewValue
|
||||
}}</mat-option>
|
||||
}
|
||||
</mat-select>
|
||||
<!-- <input
|
||||
type="text"
|
||||
matInput
|
||||
placeholder="equipment"
|
||||
@@ -38,7 +46,7 @@
|
||||
[(ngModel)]="jump.equipment"
|
||||
name="equipment"
|
||||
type="text"
|
||||
/>
|
||||
/> -->
|
||||
</mat-form-field>
|
||||
</p>
|
||||
<br />
|
||||
|
||||
Reference in New Issue
Block a user