This commit is contained in:
wangshiming
2021-12-06 15:56:46 +08:00
parent 1c5643b7e9
commit 24de0ea9ea
17 changed files with 543 additions and 13 deletions

View File

@ -1,8 +1,8 @@
/*
* @Author: your name
* @Date: 2021-11-29 10:04:12
* @LastEditTime: 2021-11-29 11:19:24
* @LastEditors: your name
* @LastEditTime: 2021-12-06 15:21:46
* @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \tms-obc-web\src\app\shared\index.ts
*/
@ -18,7 +18,7 @@ export * from './components/address/index';
export * from './components/captcha/index';
// Utils
export * from './utils/yuan';
export * from './utils';
// Module
export * from './shared.module';

View File

@ -69,5 +69,5 @@ export const SHARED_ZORRO_MODULES = [
NzInputNumberModule,
QRModule,
NzPopoverModule,
NzEmptyModule
NzEmptyModule,
];