From f1f04f429285a8f034da5f278f1892f00a45e14c Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Fri, 13 Jul 2018 13:51:38 +0800
Subject: [PATCH] updates

---
 src/app/routes/forecasting-warning/forecasting-warning.component.ts |   34 +++++++++++++++++-----------------
 1 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/src/app/routes/forecasting-warning/forecasting-warning.component.ts b/src/app/routes/forecasting-warning/forecasting-warning.component.ts
index 1955d13..66640f0 100644
--- a/src/app/routes/forecasting-warning/forecasting-warning.component.ts
+++ b/src/app/routes/forecasting-warning/forecasting-warning.component.ts
@@ -1,17 +1,17 @@
-import { Component, OnInit } from '@angular/core';
-import { _HttpClient } from '@delon/theme';
-
-@Component({
-  selector: 'app-forecasting-warning',
-  templateUrl: './forecasting-warning.component.html',
-})
-export class ForecastingWarningComponent implements OnInit {
-
-    constructor(
-        private http: _HttpClient
-    ) { }
-
-    ngOnInit() {
-    }
-
-}
+import { Component, OnInit } from '@angular/core';
+import { _HttpClient } from '@delon/theme';
+
+@Component({
+  selector: 'app-forecasting-warning',
+  templateUrl: './forecasting-warning.component.html',
+})
+export class ForecastingWarningComponent implements OnInit {
+
+    constructor(
+        private http: _HttpClient
+    ) { }
+
+    ngOnInit() {
+    }
+
+}

--
Gitblit v1.8.0