New view to add and update the equipment

This commit is contained in:
2026-05-10 23:22:54 +02:00
parent b441ad7d5d
commit 861f1f64cf
4 changed files with 53 additions and 23 deletions
@@ -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 />