/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/components-examples/material/list/list-selection/list-selection-example.html
9 строк
218 B
Kristiyan Kostadinov
docs(multiple): switch docs examples to new control flow
06 ноя 2023, 18:51
06 ноя 2023, 18:51
99b62ba
Код
Авторство
О чём код?
<mat-selection-list #shoes> @for (shoe of typesOfShoes; track shoe) { <mat-list-option>{{shoe}}</mat-list-option> } </mat-selection-list> <p> Options selected: {{shoes.selectedOptions.selected.length}} </p>