ng create component no update module code example
Example 1: angular generate component without spec
--skipTests=true|false. When true, does not create "spec. ts" test files for the new component / directive / class / guard
Example 2: angular add component
ng generate component [name]