mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +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;
|
return this.mediaQueryList.matches;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -21,7 +21,7 @@ import { MaterialModule } from '../material.module';
|
|||||||
import { SidenavLayoutContentDirective } from './directives/sidenav-layout-content.directive';
|
import { SidenavLayoutContentDirective } from './directives/sidenav-layout-content.directive';
|
||||||
import { SidenavLayoutHeaderDirective } from './directives/sidenav-layout-header.directive';
|
import { SidenavLayoutHeaderDirective } from './directives/sidenav-layout-header.directive';
|
||||||
import { SidenavLayoutNavigationDirective } from './directives/sidenav-layout-navigation.directive';
|
import { SidenavLayoutNavigationDirective } from './directives/sidenav-layout-navigation.directive';
|
||||||
import { SidenavLayoutComponent } from '.';
|
import { SidenavLayoutComponent } from './components/sidenav-layout/sidenav-layout.component';
|
||||||
import { LayoutContainerComponent } from './components/layout-container/layout-container.component';
|
import { LayoutContainerComponent } from './components/layout-container/layout-container.component';
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
|
Reference in New Issue
Block a user