mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-18 05:58:07 +01:00
menu styles should be included globally
This commit is contained in:
parent
3b02486219
commit
c9b4304031
2 changed files with 3 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ import {SidebarStateService} from '../sidebar/sidebarState.service'
|
|||
})
|
||||
export class PageTop {
|
||||
isScrolled: Boolean = false;
|
||||
isMenuCollapsed: Boolean = false;
|
||||
isMenuCollapsed: boolean = false;
|
||||
|
||||
private _sidebarStateSubscription: Subscription;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue