This commit is contained in:
Taric Xin
2022-01-21 17:00:05 +08:00
parent 12f0c31d62
commit 06043e703a
6 changed files with 28 additions and 13 deletions

View File

@ -44,6 +44,7 @@ import { NzUploadModule } from 'ng-zorro-antd/upload';
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';
export const SHARED_ZORRO_MODULES = [
NzButtonModule,
NzGridModule,
@ -82,4 +83,5 @@ export const SHARED_ZORRO_MODULES = [
NzCascaderModule,
NzAnchorModule,
NzAffixModule,
NzTypographyModule
];