| | |
| | | import { QueryComponent } from './query/query.component'; |
| | | import { Routes, RouterModule } from '@angular/router'; |
| | | import { CommonModule } from '@angular/common'; |
| | | import { DeviceService } from '@business/services/http/device.service'; |
| | | import { NgxEchartsModule } from 'ngx-echarts'; |
| | | const routes: Routes = [ |
| | | { |
| | | path: '', |
| | |
| | | PipeModule, |
| | | CommonModule, |
| | | SharedModule, |
| | | NgxEchartsModule, |
| | | RouterModule.forChild(routes) |
| | | ], |
| | | declarations: [QueryComponent], |
| | | providers: [SensorsService, AreacodeService, MonitorPointService] |
| | | providers: [SensorsService, AreacodeService, MonitorPointService, DeviceService] |
| | | }) |
| | | export class AnalysisModule { } |