* api stuff started

This commit is contained in:
Danyi Dávid
2018-05-11 10:46:27 +02:00
parent 699753fc23
commit b3d87e3f9a
23 changed files with 255 additions and 85 deletions

View File

@@ -9,9 +9,7 @@
<mat-divider></mat-divider>
<mat-form-field class="full-width">
<mat-select placeholder="Year">
<mat-option *ngFor="let year of years" [value]="year">
{{ year }}
</mat-option>
<mat-option *ngFor="let year of years" [value]="year">{{ year }}</mat-option>
</mat-select>
</mat-form-field>