projects/ui/sidenav/config/features.ts
Set the app-wide default CSS media-query string for responsive mode switching. When the query matches, the sidenav resolves to 'side'; otherwise it falls back to its mode. Per-instance [responsive] still wins.
'side'
mode
[responsive]
provideSidenavConfig(withSidenavResponsive('(min-width: 1024px)'));
withSidenavResponsive(query: string)
string
CngxSidenavConfigFeature