mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
refator(@theme): add menu transclusion in one-coll layout
This commit is contained in:
parent
d82d691681
commit
ed658566b3
8 changed files with 61 additions and 12 deletions
|
|
@ -1,5 +1,10 @@
|
|||
import { NgModule } from '@angular/core';
|
||||
|
||||
import {
|
||||
NgaSidebarModule,
|
||||
NgaMenuModule
|
||||
} from '@nga/theme';
|
||||
|
||||
import { PagesComponent } from './pages.component';
|
||||
import { DashboardComponent } from './dashboard/dashboard.component';
|
||||
import { PagesRoutingModule } from './pages-routing.module';
|
||||
|
|
@ -7,6 +12,8 @@ import { ThemeModule } from '../@theme/theme.module';
|
|||
|
||||
@NgModule({
|
||||
imports: [
|
||||
NgaSidebarModule.forRoot(),
|
||||
NgaMenuModule.forRoot(),
|
||||
PagesRoutingModule,
|
||||
ThemeModule
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue