Open
Description
There's a theme-specific active style for navigation items in a nav drawer:
https://material.io/design/components/navigation-drawer.html#standard-drawer
(Note the way "inbox" is highlighted, because that's the section we're currently in).
However, there's no way to achieve this style in Angular Material. Ideally, there'd be a way to do this with routerLinkActive on a mat-nav-list.