mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
fix export module sidenav
fix private access property sidenav
This commit is contained in:
@@ -98,7 +98,7 @@ export class LayoutContainerComponent implements OnInit, OnDestroy {
|
||||
}
|
||||
}
|
||||
|
||||
private get isMobileScreenSize(): boolean {
|
||||
get isMobileScreenSize(): boolean {
|
||||
return this.mediaQueryList.matches;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user