how to create a component with module in angular code example
Example 1: generate component with module angular 8
ng g m home --route home --module app.module
Example 2: generate module with routing in angular
ng g m [ModuleName] --routing
Example 3: angular generate component
ng g component componentname
Example 4: ng generate component
ng g component [component name]