ing
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user