From 7047fc75d8d33ad7608c05f655e760f4e824808b Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Fri, 13 Jul 2018 10:08:33 +0800 Subject: [PATCH] 提交修改 --- src/app/routes/forecasting-warning/forecasting-warning.component.ts | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/src/app/routes/forecasting-warning/forecasting-warning.component.ts b/src/app/routes/forecasting-warning/forecasting-warning.component.ts new file mode 100644 index 0000000..66640f0 --- /dev/null +++ b/src/app/routes/forecasting-warning/forecasting-warning.component.ts @@ -0,0 +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() { + } + +} -- Gitblit v1.8.0