mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
feat(@theme): add base footer
This commit is contained in:
parent
0992b52b24
commit
d9cd3c28aa
12 changed files with 67 additions and 19 deletions
|
|
@ -5,6 +5,8 @@ import {
|
|||
NgaMenuModule
|
||||
} from '@nga/theme';
|
||||
|
||||
import { menuItems } from './pages-menu';
|
||||
|
||||
import { PagesComponent } from './pages.component';
|
||||
import { DashboardComponent } from './dashboard/dashboard.component';
|
||||
import { PagesRoutingModule } from './pages-routing.module';
|
||||
|
|
@ -16,7 +18,9 @@ import { ComponentsComponent } from './components/components.component';
|
|||
@NgModule({
|
||||
imports: [
|
||||
NgaSidebarModule.forRoot(),
|
||||
NgaMenuModule.forRoot(),
|
||||
NgaMenuModule.forRoot({
|
||||
items: menuItems
|
||||
}),
|
||||
PagesRoutingModule,
|
||||
ThemeModule
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue