You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/material/list/list.md
+22
Original file line number
Diff line number
Diff line change
@@ -158,6 +158,28 @@ To add an icon to your list item, use the `matListItemIcon` attribute.
158
158
</mat-list>
159
159
```
160
160
161
+
### Lists with meta section icons
162
+
163
+
To add a meta icon to your list item, use the `matListItemMeta` directive. This allows you to display an icon or any other content in the meta section of the list item.
0 commit comments