添加航班tab栏
This commit is contained in:
@@ -5,8 +5,12 @@ import { NgZorroAntdModule } from 'ng-zorro-antd'
|
||||
|
||||
import { PipesModule } from '../../pipes/pipes.module';
|
||||
import { MainComponent } from './main.component';
|
||||
import { MainRoutingModule } from './main-routing.module'
|
||||
// import {BasicDataService} from '../basic-data-service'
|
||||
import { MainRoutingModule } from './main-routing.module';
|
||||
import { RelatedTabComponent } from './related-tab/related-tab.component';
|
||||
import { DetailTabComponent } from './detail-tab/detail-tab.component';
|
||||
import { GuaranteeTabComponent } from './guarantee-tab/guarantee-tab.component';
|
||||
import { VipTabComponent } from './vip-tab/vip-tab.component';
|
||||
import { SpecialTabComponent } from './special-tab/special-tab.component';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
@@ -17,7 +21,14 @@ import { MainRoutingModule } from './main-routing.module'
|
||||
PipesModule,
|
||||
MainRoutingModule
|
||||
],
|
||||
declarations: [MainComponent],
|
||||
declarations: [
|
||||
MainComponent,
|
||||
RelatedTabComponent,
|
||||
DetailTabComponent,
|
||||
GuaranteeTabComponent,
|
||||
VipTabComponent,
|
||||
SpecialTabComponent
|
||||
],
|
||||
providers:[]
|
||||
})
|
||||
export class MainModule { }
|
||||
|
||||
Reference in New Issue
Block a user