feat(@theme): add base footer

This commit is contained in:
tibing 2017-04-18 20:29:57 +03:00
parent 0992b52b24
commit d9cd3c28aa
12 changed files with 67 additions and 19 deletions

View file

@ -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
],