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