You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
ionic g c my-modal
refactor MyModalComponent to MyModal
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.
The text was updated successfully, but these errors were encountered:
Feature Request
Describe the Feature Request
I think it would be great to generate a modal. It should add
Modal
suffix instead ofComponent
for the modal class name. Plus, in case it's an angular app, it would add the modal toentryComponents
.Describe Preferred Solution
Describe Alternatives
ionic g c my-modal
MyModalComponent
toMyModal
MyModal
toapp.module.ts > entryComponents
Concerns:
It would be a problem to do
ionic g m my-modal
sincem
is for module.The text was updated successfully, but these errors were encountered: