[ADF-2767] Side nav closes when pressing escape key fixed (#3231)

This commit is contained in:
davidcanonieto
2018-04-27 13:01:08 +01:00
committed by Eugenio Romano
parent b18b041ade
commit a858977786

View File

@@ -1,5 +1,6 @@
<mat-sidenav-container>
<mat-sidenav
[disableClose]="true"
[ngClass]="{ 'sidenav--hidden': hideSidenav }"
[@sidenavAnimation]="sidenavAnimationState"
[opened]="!isMobileScreenSize"