Open
Description
Feature request
Version: Angular Material 2.0.0-alpha.7 wax-umpire
I'd like to have an option where the sidenav can be responsive automatically, by having a breakpoint where the sidenav is shown by default when the width is higher than X.
This was already implemented in Angular Material (1) as the md-is-locked-open
: https://material.angularjs.org/latest/api/directive/mdSidenav
Is there any plan to have this? I could submit a PR if this is wanted.