refator(@theme): add menu transclusion in one-coll layout

This commit is contained in:
tibing 2017-04-14 18:28:27 +03:00
parent d82d691681
commit ed658566b3
8 changed files with 61 additions and 12 deletions

View file

@ -7,11 +7,7 @@ import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { HttpModule } from '@angular/http';
import {
NgaMenuModule,
NgaSidebarModule,
NgaThemeModule
} from '@nga/theme';
import { NgaThemeModule } from '@nga/theme';
import { AppComponent } from './app.component';
import { CoreModule } from './@core/core.module';
@ -24,7 +20,6 @@ import { AppRoutingModule } from './app-routing.module';
BrowserModule,
HttpModule,
NgaThemeModule.forRoot(),
NgaSidebarModule.forRoot(),
AppRoutingModule,
CoreModule,
PagesModule