Some Angular Material components like mat-slider, ... <mat-option *ngFor="let city of cities" [value]="city.id"> {{city.name}} </mat-option> </mat-select>.
確定! 回上一頁