Default settings for templates

This commit is contained in:
piotrpekala7
2020-04-27 22:38:37 +02:00
parent 18f7f350f7
commit b6d02ca5d4
2 changed files with 12 additions and 2 deletions

View File

@ -21,6 +21,7 @@
<mat-form-field class="form-field">
<mat-select
placeholder="Image"
(selectionChange)="onImageChosen($event)"
formControlName="imageName">
<mat-option *ngFor="let image of iosImages" [value]="image.filename">
{{image.filename}}