| | |
| | | import { MonitorPointService } from '@business/services/http/monitor-point.service'; |
| | | import { DeviceService } from '@business/services/http/device.service'; |
| | | import { DateService } from '@business/services/util/date.service'; |
| | | import { AlarmComponent } from './alarm/alarm.component'; |
| | | |
| | | const routes: Routes = [ |
| | | { |
| | |
| | | { path: 'query', component: QueryComponent }, |
| | | { path: 'demo', component: DemoComponent }, |
| | | { path: 'excel', component: ExcelComponent }, |
| | | |
| | | { path: 'alarm', component: AlarmComponent }, |
| | | ] |
| | | } |
| | | ]; |
| | |
| | | ...COMPONENTS_NOROUNT, |
| | | DemoComponent, |
| | | ExcelComponent, |
| | | AlarmComponent, |
| | | QueryComponent |
| | | ], |
| | | providers: [SensorsService, NzMessageService, AreacodeService, |