UNPKG
ipsos-components
Version:
latest (5.0.0-rc.3)
5.0.0-rc.3
Material Design components for Angular
github.com/angular/material2
ipsos-components
/
src
/
material-examples
/
list-selection
/
list-selection-example.html
10 lines
(8 loc)
•
219 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
<
mat-selection-list
#
shoes
>
<
mat-list-option
*
ngFor
=
"let shoe of typesOfShoes"
>
{{shoe}}
</
mat-list-option
>
</
mat-selection-list
>
<
p
>
Options selected: {{shoes.selectedOptions.selected.length}}
</
p
>