mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-09 07:02:35 +01:00
refactor(theme): move dependencies into demo
This commit is contained in:
parent
2afb26810e
commit
b71c1190bc
13 changed files with 61 additions and 16 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue