merge partner

This commit is contained in:
Taric Xin
2022-03-23 14:24:21 +08:00
226 changed files with 15751 additions and 993 deletions

View File

@ -48,6 +48,8 @@ import { NzTypographyModule } from 'ng-zorro-antd/typography';
import { NzSwitchModule } from 'ng-zorro-antd/switch';
import { NzImageModule } from 'ng-zorro-antd/image';
import { NzDrawerModule } from 'ng-zorro-antd/drawer';
import { NzTreeSelectModule } from 'ng-zorro-antd/tree-select';
export const SHARED_ZORRO_MODULES = [
NzButtonModule,
NzGridModule,
@ -89,5 +91,6 @@ export const SHARED_ZORRO_MODULES = [
NzTypographyModule,
NzSwitchModule,
NzImageModule,
NzDrawerModule
NzDrawerModule,
NzTreeSelectModule
];