UNPKG

ipsos-components

Version:

Material Design components for Angular

8 lines (6 loc) 332 B
<mat-sidenav-container class="example-container" *ngIf="shouldRun"> <mat-sidenav opened mode="side">Start content</mat-sidenav> <mat-sidenav opened mode="side" position="end">End content</mat-sidenav> Implicit main content </mat-sidenav-container> <div *ngIf="!shouldRun">Please open on Stackblitz to see result</div>