历史数据修改优化
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { NgZorroAntdModule } from 'ng-zorro-antd';
|
||||
import { DetailTabComponent } from './detail-tab/detail-tab.component';
|
||||
import { GuaranteeTabComponent } from './guarantee-tab/guarantee-tab.component';
|
||||
import { RelatedTabComponent } from './related-tab/related-tab.component';
|
||||
import { SpecialTabComponent } from './special-tab/special-tab.component';
|
||||
import { VipTabComponent } from './vip-tab/vip-tab.component';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
CommonModule,
|
||||
NgZorroAntdModule
|
||||
],
|
||||
declarations: [DetailTabComponent, GuaranteeTabComponent, RelatedTabComponent, SpecialTabComponent, VipTabComponent],
|
||||
exports: [DetailTabComponent, GuaranteeTabComponent, RelatedTabComponent, SpecialTabComponent, VipTabComponent]
|
||||
})
|
||||
export class TabsetModule { }
|
||||
Reference in New Issue
Block a user