Geração do componente em Angular sem arquivo de especificação
ng g c --skipTests=true component-name
Cooperative Cardinal
ng g c --skipTests=true component-name
This command is creating another component without .spec File, but its not creating the spec file for the existing Component