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