I know it\'s kind of a bad practice, but bear with me:
I\'m using Angular-CLI, particularly ng g to generate all of my classes. However
ng g
For angular 8+:
Option "spec" is deprecated: Use "skipTests" instead, so if you want to create a new component use:
ng g c my-new-component --skipTests=true