edit
This commit is contained in:
@ -32,6 +32,10 @@ import { NzPopconfirmModule } from 'ng-zorro-antd/popconfirm';
|
||||
import { NzRateModule } from 'ng-zorro-antd/rate';
|
||||
import { NzResultModule } from 'ng-zorro-antd/result';
|
||||
import { NzTabsModule } from 'ng-zorro-antd/tabs';
|
||||
import { NzRadioModule } from 'ng-zorro-antd/radio';
|
||||
import { NzTimePickerModule } from 'ng-zorro-antd/time-picker';
|
||||
import { NzCheckboxModule } from 'ng-zorro-antd/checkbox';
|
||||
import { NzInputNumberModule } from 'ng-zorro-antd/input-number';
|
||||
export const SHARED_ZORRO_MODULES = [
|
||||
NzButtonModule,
|
||||
NzGridModule,
|
||||
@ -57,5 +61,9 @@ export const SHARED_ZORRO_MODULES = [
|
||||
NzResultModule,
|
||||
NzTreeModule,
|
||||
NzTableModule,
|
||||
NzTabsModule
|
||||
NzTabsModule,
|
||||
NzRadioModule,
|
||||
NzTimePickerModule,
|
||||
NzCheckboxModule,
|
||||
NzInputNumberModule
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user