mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-13 03:44:21 +01:00
refactor(app): remove shared module, export dependencies through
This commit is contained in:
parent
b5666805bf
commit
3880ab3d74
13 changed files with 27 additions and 86 deletions
|
|
@ -1,20 +1,17 @@
|
|||
import { NgModule } from '@angular/core';
|
||||
import { NbCheckboxModule } from '@nebular/theme';
|
||||
|
||||
import { TreeModule } from 'ng2-tree';
|
||||
import { ToasterModule } from 'angular2-toaster';
|
||||
|
||||
import { SharedModule } from '../../shared.module';
|
||||
|
||||
import { ThemeModule } from '../../@theme/theme.module';
|
||||
import { ComponentsRoutingModule, routedComponents } from './components-routing.module';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
SharedModule,
|
||||
ThemeModule,
|
||||
ComponentsRoutingModule,
|
||||
TreeModule,
|
||||
ToasterModule,
|
||||
NbCheckboxModule,
|
||||
],
|
||||
declarations: [
|
||||
...routedComponents,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue