通用组件-TemplateRef应用

This commit is contained in:
禾几海
2020-07-01 13:54:32 +08:00
parent 014a9eebe4
commit 8cc8f8e8d5
7 changed files with 80 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ import {CommonTableComponent} from './common-table.component';
import {
NzCardModule,
NzDividerModule,
NzIconModule,
NzIconModule, NzOutletModule,
NzTableModule,
NzToolTipModule,
NzTypographyModule
@@ -25,7 +25,8 @@ import {
NzTypographyModule,
NzToolTipModule,
NzCardModule,
NzIconModule
NzIconModule,
NzOutletModule
]
})
export class CommonTableModule {