This project contains mini varient of md-sidenav i.e Navigation Drawer of angular material 2. As defined in the Google Material guidelines: https://material.io/guidelines/patterns/navigation-drawer.html#navigation-drawer-behavior
In this variation, the persistent navigation drawer changes its width. Its resting state is as a mini-drawer at the same elevation as the content, clipped by the app bar. When expanded, it appears as the standard persistent navigation drawer.
https://mini-sidenav.firebaseapp.com
Clone this project and type npm install
to install the required node modules and then ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Have a suggestion or found a bug? Fork this project to help make it even better. People who wants to contribute are most welcome.