编写通用组件
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
import {NgModule} from '@angular/core';
|
||||
import {CommonModule} from '@angular/common';
|
||||
import {CommonTableComponent} from './common-table.component';
|
||||
import {NzTableModule} from "ng-zorro-antd";
|
||||
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
CommonTableComponent
|
||||
],
|
||||
imports: [
|
||||
CommonModule,
|
||||
NzTableModule
|
||||
]
|
||||
})
|
||||
export class CommonTableModule {
|
||||
}
|
||||
Reference in New Issue
Block a user