/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/components-examples/material/select/select-harness/select-harness-example.html
8 строк
221 B
Kristiyan Kostadinov
docs(multiple): switch docs examples to new control flow
06 ноя 2023, 18:51
06 ноя 2023, 18:51
99b62ba
Код
Авторство
О чём код?
<mat-form-field> <mat-label>Favorite food</mat-label> <mat-select> @for (food of foods; track food) { <mat-option [value]="food.value">{{food.viewValue}}</mat-option> } </mat-select> </mat-form-field>