Files
bbq/src/app/shared
wangshiming abafcd8326 fix bug
2021-12-13 13:16:52 +08:00
..
2021-12-13 13:16:52 +08:00
2021-11-26 16:34:35 +08:00
2021-12-13 10:43:03 +08:00
2021-11-26 16:34:35 +08:00
2021-12-13 10:43:03 +08:00
2021-12-13 10:43:03 +08:00
2021-11-26 16:34:35 +08:00
2021-12-06 17:49:20 +08:00
2021-12-07 15:40:57 +08:00
2021-12-09 16:15:47 +08:00
2021-12-13 10:46:19 +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