mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-28 19:13:12 +00:00
10 lines
210 B
HTML
Executable File
10 lines
210 B
HTML
Executable File
<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>
|