ionic-team / ionic-team/angular-toolkit
ionic generate modal
未关闭
enhancement
- 主要语言
- TypeScript
- 星标
- 73
- 派生
- 34
- 平均合并
- 6 分钟
- 30 天内合并 PR
- 5
描述
# Feature Request
#### Describe the Feature Request
I think it would be great to generate a modal. It should add `Modal` suffix instead of `Component` for the modal class name. Plus, in case it's an angular app, it would add the modal to `entryComponents`.
#### Describe Preferred Solution
```
ionic generate modal MODAL_PATH
```
#### Describe Alternatives
1. `ionic g c my-modal`
2. refactor `MyModalComponent` to `MyModal`
3. add `MyModal` to `app.module.ts > entryComponents`
#### Concerns:
It would be a problem to do `ionic g m my-modal` since `m` is for module.
贡献指南
评估
这个 Issue 还没有评估数据。