Currently when you generate a module using --routing a component is generated with the same name as the module. While this could be helpful at times, there is no way of configuring anything about the generated module.
- name?
- inline style/template?
- flat?
- spec file?
I suggest removing the component generation from module generation completely.
Users can get the same experience by running one extra command while gaining finer control over what is being generated.
Currently when you generate a module using
--routinga component is generated with the same name as the module. While this could be helpful at times, there is no way of configuring anything about the generated module.I suggest removing the component generation from module generation completely.
Users can get the same experience by running one extra command while gaining finer control over what is being generated.