SyntaxFix
Write A Post
Hire A Developer
Questions
if you generate new angular project using "ng new", you may skip a generating of spec.ts files. For this you should apply --skip-tests option.
ng new ng-app-name --skip-tests