hostMatDrawerCollapsed property

  1. @HostBinding('class.mat-drawer-collapsed')
bool get hostMatDrawerCollapsed

Implementation

@HostBinding('class.mat-drawer-collapsed')
bool get hostMatDrawerCollapsed => !visible;