bug fix
This commit is contained in:
parent
c613e312f0
commit
89ffb0e2a3
|
@ -10,6 +10,7 @@ import { COMPONENTS } from './component';
|
|||
import { SERVICES } from './service';
|
||||
import { PrimeNGModules } from '@overflow/commons/prime-ng/prime-ng.module';
|
||||
import { BrowserModule } from '@angular/platform-browser';
|
||||
import { KeyValueModule } from '@overflow/commons/component/key-value/key-value.module';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
|
@ -20,6 +21,7 @@ import { BrowserModule } from '@angular/platform-browser';
|
|||
DiscoveryStoreModule,
|
||||
DiscoveryRPCModule,
|
||||
DiscoveryLoggerModule,
|
||||
KeyValueModule
|
||||
],
|
||||
declarations: [
|
||||
COMPONENTS
|
||||
|
|
|
@ -4,12 +4,12 @@ import { InfraStoreModule } from './infra-store.module';
|
|||
import { COMPONENTS } from './component';
|
||||
import { SERVICES } from './service';
|
||||
import { FormsModule } from '@angular/forms';
|
||||
import { PrimeNGModules } from '../commons/prime-ng/prime-ng.module';
|
||||
import { PrimeNGModules } from '@overflow/commons/prime-ng/prime-ng.module';
|
||||
import { DiscoveryModule } from '@overflow/discovery/discovery.module';
|
||||
import { SensorModule } from '../sensor/sensor.module';
|
||||
// import { KeyValueModule } from 'app/commons/component/key-value/key-value.module';
|
||||
import { ProbeModule } from '../probe/probe.module';
|
||||
import { MetaCrawlerModule } from '../meta/crawler/crawler.module';
|
||||
import { SensorModule } from '@overflow/sensor/sensor.module';
|
||||
import { ProbeModule } from '@overflow/probe/probe.module';
|
||||
import { MetaCrawlerModule } from '@overflow/meta/crawler/crawler.module';
|
||||
import { KeyValueModule } from '@overflow/commons/component/key-value/key-value.module';
|
||||
|
||||
|
||||
@NgModule({
|
||||
|
@ -20,7 +20,7 @@ import { MetaCrawlerModule } from '../meta/crawler/crawler.module';
|
|||
PrimeNGModules,
|
||||
DiscoveryModule,
|
||||
SensorModule,
|
||||
// KeyValueModule,
|
||||
KeyValueModule,
|
||||
ProbeModule,
|
||||
MetaCrawlerModule
|
||||
],
|
||||
|
|
|
@ -7,8 +7,8 @@ import { SERVICES } from './service';
|
|||
import { PrimeNGModules } from '../commons/prime-ng/prime-ng.module';
|
||||
import { FormsModule } from '@angular/forms';
|
||||
import { DiscoveryModule } from '@overflow/discovery/discovery.module';
|
||||
// import { KeyValueModule } from 'app/commons/component/key-value/key-value.module';
|
||||
import { MetaCrawlerModule } from '../meta/crawler/crawler.module';
|
||||
import { MetaCrawlerModule } from '@overflow/meta/crawler/crawler.module';
|
||||
import { KeyValueModule } from '@overflow/commons/component/key-value/key-value.module';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
|
@ -17,7 +17,7 @@ import { MetaCrawlerModule } from '../meta/crawler/crawler.module';
|
|||
ProbeStoreModule,
|
||||
FormsModule,
|
||||
DiscoveryModule,
|
||||
// KeyValueModule,
|
||||
KeyValueModule,
|
||||
MetaCrawlerModule
|
||||
],
|
||||
declarations: [
|
||||
|
|
|
@ -6,7 +6,7 @@ import { COMPONENTS } from './component';
|
|||
import { SERVICES } from './service';
|
||||
import { SensorStoreModule } from './sensor-store.module';
|
||||
import { SensorItemModule } from '../sensor-item/sensor-item.module';
|
||||
// import { KeyValueModule } from 'app/commons/component/key-value/key-value.module';
|
||||
import { KeyValueModule } from '@overflow/commons/component/key-value/key-value.module';
|
||||
// import { MetaCrawlerModule } from '../meta/crawler/crawler.module';
|
||||
// import { MetaSensorDisplayItemModule } from '../meta/sensor-display-item/sensor-display-item.module';
|
||||
// import { MetaCrawlerInputItemModule } from '../meta/crawler-input-item/crawler-input.module';
|
||||
|
@ -20,7 +20,7 @@ import { SensorItemModule } from '../sensor-item/sensor-item.module';
|
|||
SensorItemModule,
|
||||
// MetaCrawlerModule,
|
||||
// MetaSensorDisplayItemModule,
|
||||
// KeyValueModule
|
||||
KeyValueModule
|
||||
],
|
||||
declarations: [
|
||||
COMPONENTS,
|
||||
|
|
|
@ -5,7 +5,6 @@ import { InfraPageRoutingModule } from './infra-page-routing.module';
|
|||
|
||||
import { InfraModule } from '@overflow/infra/infra.module';
|
||||
import { InfraPageComponent } from './infra-page.component';
|
||||
import { KeyValueModule } from '../../commons/component/key-value/key-value.module';
|
||||
// import { DiscoveryModule } from '@overflow/discovery/discovery.module';
|
||||
|
||||
@NgModule({
|
||||
|
@ -13,7 +12,6 @@ import { KeyValueModule } from '../../commons/component/key-value/key-value.modu
|
|||
CommonModule,
|
||||
InfraPageRoutingModule,
|
||||
InfraModule,
|
||||
KeyValueModule
|
||||
// DiscoveryModule
|
||||
],
|
||||
declarations: [
|
||||
|
|
|
@ -6,7 +6,6 @@ import { ProbeTabPageRoutingModule } from './probe-tab-page-routing.module';
|
|||
import { PrimeNGModules } from '@overflow/commons/prime-ng/prime-ng.module';
|
||||
import { ProbeModule } from '@overflow/probe/probe.module';
|
||||
import { TabbarModule } from '../../commons/component/layout/tabbar/app.tabbar.module';
|
||||
import { KeyValueModule } from '../../commons/component/key-value/key-value.module';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
|
@ -15,7 +14,6 @@ import { KeyValueModule } from '../../commons/component/key-value/key-value.modu
|
|||
PrimeNGModules,
|
||||
ProbeModule,
|
||||
TabbarModule,
|
||||
KeyValueModule
|
||||
],
|
||||
declarations: [
|
||||
ProbeTabPageComponent,
|
||||
|
|
Loading…
Reference in New Issue
Block a user