ipsos-components
Version:
Material Design components for Angular
11 lines (8 loc) • 344 B
HTML
<div class="mat-drawer-backdrop" (click)="_onBackdropClicked()"
[class.mat-drawer-shown]="_isShowingBackdrop()"></div>
<ng-content select="mat-sidenav"></ng-content>
<ng-content select="mat-sidenav-content">
</ng-content>
<mat-sidenav-content *ngIf="!_content" cdkScrollable>
<ng-content></ng-content>
</mat-sidenav-content>