MaxKey 208435cec1 remove spring redis %!s(int64=3) %!d(string=hai) anos
..
json-schema 95231504bb copyright %!s(int64=3) %!d(string=hai) anos
st-widget 95231504bb copyright %!s(int64=3) %!d(string=hai) anos
utils 3377d957ed SingleSignOn Interceptor %!s(int64=3) %!d(string=hai) anos
README.md ba518828f8 frontend %!s(int64=3) %!d(string=hai) anos
consts.ts 208435cec1 remove spring redis %!s(int64=3) %!d(string=hai) anos
index.ts a605bf60be combine role group %!s(int64=3) %!d(string=hai) anos
shared-delon.module.ts 95231504bb copyright %!s(int64=3) %!d(string=hai) anos
shared-zorro.module.ts 95231504bb copyright %!s(int64=3) %!d(string=hai) anos
shared.module.ts 200ce2cb0d dept tree select %!s(int64=3) %!d(string=hai) anos

README.md

ShareModule

包含定义:

  • 应用通用自定义业务组件

导出所有包含的模块。

不应providers 属性。

自定义全局组件或指令

每一个组件或指令应该有一个完整的说明文件,建议一个合理的目录结构应该是:

├── components
│   ├── comp1
│   │   ├── index.ts
│   │   ├── README.md
│   ├── comp2
│   │   ├── index.ts
│   │   ├── README.md
├── directives
│   ├── dire1
│   │   ├── index.ts
│   │   ├── README.md
│   ├── dire2
│   │   ├── index.ts
│   │   ├── README.md