From 3d49dbbd9a5e15d14fc0a4388b17c19c0ac2e5f7 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Fri, 13 Jul 2018 11:06:06 +0800 Subject: [PATCH] Merge branch 'master' of http://blit.7drlb.com:8888/r/screen_demo2 --- 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