From 234f914507b05a3b1a92435f5067df6ca4e5eee0 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Tue, 13 Mar 2018 14:22:16 +0800 Subject: [PATCH] 数据报表 --- src/app/routes/analysis/analysis.module.ts | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/app/routes/analysis/analysis.module.ts b/src/app/routes/analysis/analysis.module.ts index b60cda5..efe9ed3 100644 --- a/src/app/routes/analysis/analysis.module.ts +++ b/src/app/routes/analysis/analysis.module.ts @@ -9,6 +9,8 @@ import { CommonModule } from '@angular/common'; import { DeviceService } from '@business/services/http/device.service'; import { NgxEchartsModule } from 'ngx-echarts'; +import { DateService } from '@business/services/util/date.service'; +import { NzMessageService } from 'ng-zorro-antd'; const routes: Routes = [ { path: '', @@ -28,6 +30,6 @@ RouterModule.forChild(routes) ], declarations: [QueryComponent], - providers: [SensorsService, AreacodeService, MonitorPointService, DeviceService] + providers: [SensorsService, NzMessageService, AreacodeService, MonitorPointService, DeviceService, DateService] }) export class AnalysisModule { } -- Gitblit v1.8.0