MaxKey 91a6fd6d4d v3.5.9 VERSION 2 ani în urmă
..
json-schema 95231504bb copyright 3 ani în urmă
st-widget 95231504bb copyright 3 ani în urmă
utils 51a5679ab5 TimeBased OTP format 2 ani în urmă
README.md ba518828f8 frontend 3 ani în urmă
consts.ts 91a6fd6d4d v3.5.9 VERSION 2 ani în urmă
index.ts 95231504bb copyright 3 ani în urmă
shared-delon.module.ts 3e080d568f user accout 3 ani în urmă
shared-zorro.module.ts 3e080d568f user accout 3 ani în urmă
shared.module.ts 3e080d568f user accout 3 ani în urmă

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