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
Add Following code on Angular.json
"schematics": { "@schematics/angular": { "component": { "spec": false } } }