| | |
| | | import { MonitorPointService } from '@business/services/http/monitor-point.service'; |
| | | import { AreacodeService } from '@business/services/http/areacode.service'; |
| | | import { SensorsService } from '@business/services/http/sensors.service'; |
| | | import { PipeModule } from '@business/pipe/pipe.module'; |
| | | import { NgModule } from '@angular/core'; |
| | |
| | | RouterModule.forChild(routes) |
| | | ], |
| | | declarations: [QueryComponent], |
| | | providers:[SensorsService] |
| | | providers: [SensorsService, AreacodeService, MonitorPointService] |
| | | }) |
| | | export class AnalysisModule { } |