Files
MaxKey/maxkey-web-frontend/maxkey-web-app/src/app/shared
2022-08-31 17:07:30 +08:00
..
2022-05-02 10:54:21 +08:00
2022-05-02 10:54:21 +08:00
2022-08-04 19:09:49 +08:00
2022-08-31 17:07:30 +08:00
2022-05-02 10:54:21 +08:00
2022-05-03 11:23:52 +08:00
2022-05-03 11:23:52 +08:00
2022-05-03 11:23:52 +08:00

ShareModule

包含定义:

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

导出所有包含的模块。

不应providers 属性。

自定义全局组件或指令

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

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