refactor(app): remove shared module, export dependencies through

This commit is contained in:
Dmitry Nehaychik 2017-08-04 19:27:16 +03:00
parent b5666805bf
commit 3880ab3d74
13 changed files with 27 additions and 86 deletions

View file

@ -1,17 +1,12 @@
import { NgModule } from '@angular/core';
import { NgbModule } from '@ng-bootstrap/ng-bootstrap';
import { NbCheckboxModule } from '@nebular/theme';
import { SharedModule } from '../../shared.module';
import { ThemeModule } from '../../@theme/theme.module';
import { FormsRoutingModule, routedComponents } from './forms-routing.module';
@NgModule({
imports: [
SharedModule,
ThemeModule,
FormsRoutingModule,
NgbModule,
NbCheckboxModule,
],
declarations: [
...routedComponents,