工具类抽取及历史数据处理
This commit is contained in:
@@ -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]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user