* api stuff started
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user