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,5 @@
import { NgModule } from '@angular/core';
import { NgaTablesModule } from '@nga/theme';
import { Ng2SmartTableModule } from 'ng2-smart-table';
import { SharedModule } from '../../shared.module';
@ -10,7 +10,7 @@ import { SmartTableService } from './smart-table/smart-table.service';
imports: [
SharedModule,
TablesRoutingModule,
NgaTablesModule,
Ng2SmartTableModule,
],
declarations: [
...routedComponents,