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