refactor(theme): move dependencies into demo

This commit is contained in:
Dmitry Nehaychik 2017-06-13 20:40:08 +03:00
parent 2afb26810e
commit b71c1190bc
13 changed files with 61 additions and 16 deletions

View file

@ -1,5 +1,7 @@
import { NgModule } from '@angular/core';
import { NgaComponentsModule } from '@nga/theme';
import { TreeModule } from 'ng2-tree';
import { ToasterModule } from 'angular2-toaster';
import { SharedModule } from '../../shared.module';
@ -8,8 +10,9 @@ import { ComponentsRoutingModule, routedComponents } from './components-routing.
@NgModule({
imports: [
SharedModule,
NgaComponentsModule,
ComponentsRoutingModule,
TreeModule,
ToasterModule,
],
declarations: [
...routedComponents,