Files
bbq/src/app/shared
Taric Xin ca11cf85f4 edit
2022-04-25 10:29:41 +08:00
..
2022-04-25 10:29:41 +08:00
2021-11-26 16:34:35 +08:00
2021-12-27 18:35:24 +08:00
2022-04-24 17:44:41 +08:00
-
2022-03-10 11:20:21 +08:00
2022-04-24 10:09:19 +08:00
2022-04-24 18:09:01 +08:00
2021-11-26 16:34:35 +08:00
2021-12-06 17:49:20 +08:00
2022-03-29 11:26:55 +08:00
2022-04-21 20:36:45 +08:00
2022-04-24 17:47:48 +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