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