fix export module sidenav

fix private access property sidenav
This commit is contained in:
Eugenio Romano
2018-03-28 23:20:27 +01:00
parent 8faa9527e0
commit 8f08528dc3
2 changed files with 2 additions and 2 deletions

View File

@@ -98,7 +98,7 @@ export class LayoutContainerComponent implements OnInit, OnDestroy {
}
}
private get isMobileScreenSize(): boolean {
get isMobileScreenSize(): boolean {
return this.mediaQueryList.matches;
}