From eef69fa1194f6ab215b08a8baaf402d0539362cc Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Tue, 31 Jul 2018 15:56:59 +0800
Subject: [PATCH] 日历完善,设备相关功能开发

---
 src/app/routes/statistics/statistics.module.ts |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/app/routes/statistics/statistics.module.ts b/src/app/routes/statistics/statistics.module.ts
index 1b617b1..05bed05 100644
--- a/src/app/routes/statistics/statistics.module.ts
+++ b/src/app/routes/statistics/statistics.module.ts
@@ -9,6 +9,7 @@
 import { CalendarComponent } from './calendar/calendar.component';
 import { MonitorpointComponent } from './monitorpoint/monitorpoint.component';
 import { NzCalendarModule } from 'ng-zorro-antd';
+import { AqiDetailComponent } from './calendar/aqi-detail/aqi-detail.component';
 
 const routes: Routes = [
   {
@@ -21,7 +22,9 @@
   }
 ];
 
-const COMPONENT_NOROUNT = [];
+const COMPONENT_NOROUNT = [
+  AqiDetailComponent,
+];
 
 @NgModule({
   imports: [
@@ -38,7 +41,7 @@
       ...COMPONENT_NOROUNT,
       AnalysisComponent,
       CalendarComponent,
-      MonitorpointComponent
+      MonitorpointComponent,
   ],
   entryComponents: COMPONENT_NOROUNT
 })

--
Gitblit v1.8.0