Guest User

Untitled

a guest
Nov 12th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <mat-sidenav #sidenav mode="side" class="primary-color main-sidenav nav-
  2. shadow" opened="true" [@sidenavState]="sidenavState"
  3. (@sidenavState.done)="endAnimation()" *ngIf="layout === 'modern' ||
  4. forceModern">
  5. ....
  6. </mat-sidenav>
  7.  
  8. .mat-side-nav{
  9. width: auto !important
  10. }
Add Comment
Please, Sign In to add comment