| | |
| | | import { NzTreeModule } from 'ng-tree-antd'; |
| | | import { NgxEchartsModule } from 'ngx-echarts'; |
| | | import { DeviceMaintenanceComponent } from './device-maintenance/device-maintenance.component'; |
| | | |
| | | const COMPONENTS_NOROUNT = [AdjustConfigComponent, DeviceEditComponent, |
| | | const COMPONENTS_NOROUNT = []; |
| | | const COMPONENTS_IMPORT = [AdjustConfigComponent, DeviceEditComponent, |
| | | VersionEditComponent, MonitorPointEditComponent, |
| | | VersionSensorConfigComponent ]; |
| | | |
| | |
| | | providers: [CoorPickerService, DeviceAdjustValueService, OrganizationService, VersionService, |
| | | SensorsService, AreacodeService, MonitorPointService, |
| | | _HttpClient, FormBuilder, DeviceService, OperateUserService, ToolsService], |
| | | entryComponents: [...COMPONENTS_NOROUNT,CoordinatesPickerComponent] |
| | | entryComponents: [...COMPONENTS_NOROUNT,...COMPONENTS_IMPORT] |
| | | }) |
| | | export class OperationModule { } |