Creating component's module with Ionic cli?

When I create a component, its .module isn’t created. Is there a way like some parameter to create it too?

Thanks

hi, what command are you using? and what is the structure of the file generated

just creating a normal component

ionig g component mycomponentname

So i think there is no way of create modules for a component with the CLI, you will have to manually create it. If you need modules, its best you just create pages instead.