Skip to content

Instantly share code, notes, and snippets.

@shhdharmen
Created January 31, 2019 07:10
Show Gist options
  • Save shhdharmen/651713576acdc89ce15c28c957eaa402 to your computer and use it in GitHub Desktop.
Save shhdharmen/651713576acdc89ce15c28c957eaa402 to your computer and use it in GitHub Desktop.
<mat-toolbar [color]="themeColor">
Toolbar
</mat-toolbar>
<mat-sidenav-container class="example-container">
<mat-sidenav #sidenav mode="side" opened>
Sidenav content</mat-sidenav>
<mat-sidenav-content>
<ng-content></ng-content>
</mat-sidenav-content>
</mat-sidenav-container>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment