This commit is contained in:
crusader
2018-05-30 19:00:46 +09:00
parent ea58df7869
commit ea812f6e54
43 changed files with 1991 additions and 1981 deletions

View File

@@ -1,18 +1,19 @@
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { UIModule } from '@overflow/shared/ui/ui.module';
import { COMPONENTS } from './component';
import { CONTAINER_COMPONENTS } from './container';
import { SERVICES } from './service';
import { NotificationStoreModule } from './notification-store.module';
import { PrimeNGModules } from '../commons/prime-ng/prime-ng.module';
@NgModule({
imports: [
CommonModule,
UIModule,
NotificationStoreModule,
PrimeNGModules
],
declarations: [
COMPONENTS,