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,19 +1,18 @@
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { UIModule } from '@overflow/shared/ui/ui.module';
import { COMPONENTS } from './component';
import { SERVICES } from './service';
import { PrimeNGModules } from '../commons/prime-ng/prime-ng.module';
import { SensorModule } from '../sensor/sensor.module';
// import { KeyValueModule } from 'app/commons/component/key-value/key-value.module';
import { InfraModule } from '../infra/infra.module';
@NgModule({
imports: [
CommonModule,
PrimeNGModules,
SensorModule,
// KeyValueModule,
UIModule,
InfraModule
],
declarations: [