mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-11 16:12:35 +01:00
feat(settings): redesign setting sidebar (#1982)
This commit is contained in:
parent
47d232b606
commit
a73662f1d9
12 changed files with 210 additions and 29 deletions
|
|
@ -9,7 +9,7 @@ import {
|
|||
NbThemeService,
|
||||
} from '@nebular/theme';
|
||||
|
||||
import { StateService } from '../../../@core/utils/state.service';
|
||||
import { StateService } from '../../../@core/utils';
|
||||
|
||||
// TODO: move layouts into the framework
|
||||
@Component({
|
||||
|
|
@ -57,6 +57,7 @@ import { StateService } from '../../../@core/utils/state.service';
|
|||
<ngx-theme-settings></ngx-theme-settings>
|
||||
</nb-sidebar>
|
||||
</nb-layout>
|
||||
<ngx-toggle-settings-button></ngx-toggle-settings-button>
|
||||
`,
|
||||
})
|
||||
export class SampleLayoutComponent implements OnDestroy {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue