angular generate module with component 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 cli generate component

ng g c componentName

Example 5: angular cli skip-tests

The name of the TypeScript configuration file for tests. Default: ... --skipTests=true|false. When true, does not create "spec.ts" test files for the app. Default: false

While generating component using cmd
>ng g c component-name --skipTests

Example 6: angular cli create component

plainsight/some-name/some-name.component.ts