From 039eeabbee09454b7747b2386ecc7993b5b926dc Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Fri, 13 Jul 2018 11:19:01 +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