增加航班历史数据模块
This commit is contained in:
@@ -2,11 +2,12 @@ import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { HistoricalDataComponent } from './historical-data.component';
|
||||
import { HistoricalDataRouting } from './historical-data-routing.module';
|
||||
|
||||
import { FormsModule } from '@angular/forms';
|
||||
@NgModule({
|
||||
imports: [
|
||||
CommonModule,
|
||||
HistoricalDataRouting
|
||||
HistoricalDataRouting,
|
||||
FormsModule
|
||||
],
|
||||
declarations: [HistoricalDataComponent]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user