工具类抽取及历史数据处理

This commit is contained in:
zhouyuejun
2018-12-15 17:04:16 +08:00
parent 595a3f38ab
commit 1e735059f8
52 changed files with 890 additions and 948 deletions
@@ -1,13 +1,16 @@
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { FormsModule } from '@angular/forms';
import { NgZorroAntdModule } from 'ng-zorro-antd'
import { HistoricalDataComponent } from './historical-data.component';
import { HistoricalDataRouting } from './historical-data-routing.module';
import { FormsModule } from '@angular/forms';
@NgModule({
imports: [
CommonModule,
HistoricalDataRouting,
FormsModule
FormsModule,
NgZorroAntdModule,
HistoricalDataRouting
],
declarations: [HistoricalDataComponent]
})