Files
bbq/src/app/shared
Taric Xin 2be2d330a9 edit
2021-12-06 19:37:04 +08:00
..
2021-12-06 17:49:20 +08:00
2021-11-26 16:34:35 +08:00
2021-11-27 17:17:55 +08:00
2021-11-26 16:34:35 +08:00
2021-12-01 10:58:24 +08:00
2021-12-06 15:56:46 +08:00
2021-11-26 16:34:35 +08:00
2021-12-06 17:49:20 +08:00
2021-12-01 10:58:24 +08:00
2021-12-06 17:49:20 +08:00
2021-12-06 17:49:20 +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