feature request
Once the sidenav is closed, a portion of it will still remain visible. Very similar to WordPress' admin menu, where the sidenav shows text and an icon for each menu item, and the same sidenav can be closed, leaving the icons only showing.
Sidenav totally hides once the toggled to close.
The way I go around this is to override the translation in md-sidenav.md-sidenav-closed and md-sidenav.md-sidenav-closing css classes, keeping the sidenav still partly visible. That's fine, but in order to slide the content box with the new translation of sidenav, I had to animate the content box, for which I am pretty sure this can be done in a better way or in-house, within the sidenav component, thus adding this type of feature as a quick option.
Please check my plunker to see what I mean with the above.
http://plnkr.co/edit/LcRDIHNFjHKLFTaMdNEM?p=preview
Mainly I would like to know the proper way to do this, if there is a better way than having to animate the content box. But it would also be great if this feature is added to sidenav component so we can quickly set an option to make collapsing act like explained.
Angular: 2.1.1
Material: alpha-10
chrome
Yes precisely. I was missing the 'drawer' keyword
@mmalerba has a proposal for this already; it's something we'd like to add after beta
this may help ..
https://github.com/Ravi-Rajpurohit/mini-md-sidenav
@Ravi-Rajpurohit so can push mode work for your code?
@jelbourn
@mmalerba has a proposal for this already; it's something we'd like to add after beta
Any news in RC?
Sounds like a dupe of #1728
I have solved this try this code is pure typescript.
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
this may help ..
https://github.com/Ravi-Rajpurohit/mini-md-sidenav