showing results for - "angular generate component without spec"
Anand
07 Jul 2020
1ng g c --skipTests=true component-name
Rodolfo
23 Feb 2017
1--skipTests=true|false. When true, does not create "spec. ts" test files for the new component / directive / class / guard