Command to generate page and inject it app.module.ts

ionic generate [] [] will generate the page. But there is flag which will include this page in app.module.ts as well.

How can I generate and inject it into other modules?

not yet there is no way to do it through it command you have to do it manually and add it to app.module.ts

is there a reason behind this? Why is it not implemented?