This commit is contained in:
Taric Xin
2022-02-22 13:43:43 +08:00
parent 8a623115aa
commit 2edc16eb08
4 changed files with 11 additions and 8 deletions

View File

@ -45,6 +45,7 @@ import { NzCascaderModule } from 'ng-zorro-antd/cascader';
import { NzAnchorModule } from 'ng-zorro-antd/anchor';
import { NzAffixModule } from 'ng-zorro-antd/affix';
import { NzTypographyModule } from 'ng-zorro-antd/typography';
import { NzSwitchModule } from 'ng-zorro-antd/switch';
export const SHARED_ZORRO_MODULES = [
NzButtonModule,
NzGridModule,
@ -84,5 +85,5 @@ export const SHARED_ZORRO_MODULES = [
NzAnchorModule,
NzAffixModule,
NzTypographyModule,
NzSwitchModule
];