This commit is contained in:
wangshiming
2022-04-27 11:13:19 +08:00
parent 958bdabf25
commit 20c1c2e4f4
8 changed files with 41 additions and 65 deletions

View File

@ -1,10 +1,10 @@
/*
* @Author: your name
* @Date: 2021-11-29 10:20:33
* @LastEditTime: 2022-01-12 13:38:38
* @LastEditors: Please set LastEditors
* @LastEditTime : 2022-04-27 10:40:36
* @LastEditors : Shiming
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \tms-obc-web\src\app\shared\shared-zorro.module.ts
* @FilePath : \\tms-obc-web\\src\\app\\shared\\shared-zorro.module.ts
*/
import { NzInputNumberModule } from 'ng-zorro-antd/input-number';
import { NzTreeModule } from 'ng-zorro-antd/tree';
@ -94,5 +94,5 @@ export const SHARED_ZORRO_MODULES = [
NzImageModule,
NzDrawerModule,
NzTreeSelectModule,
NzAvatarModule
NzAvatarModule,
];