-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P4A relatively minor issue that is not relevant to core functionsA relatively minor issue that is not relevant to core functionsarea: material/list
Description
Feature Description
Hi,
I exercise mat-nav-list in sidenav.
How do I draw background when I selected a mat-list-item? (Do you provide a good way to do this?)
Can I set a default mat-list-item be selected?
How do I place a prefix Icon <mat-icon matListIcon>folder</mat-icon> in mat-list-item?
thanks.
<mat-sidenav-container>
<mat-sidenav mode="side" opened="true">
<mat-nav-list>
<a mat-list-item href="..." *ngFor="let link of links"> {{ link }} </a>
</mat-nav-list>
</mat-sidenav>
</mat-sidenav-container>
Better
Metadata
Metadata
Assignees
Labels
P4A relatively minor issue that is not relevant to core functionsA relatively minor issue that is not relevant to core functionsarea: material/list

