Hello I\'ve just created a new project from the CLI using the simple
ng new frontend
command however once I go into my project to:
In my case, the problem was in angular.json file. I had to remove all the 'projectname-e2e' project at the angular.json file for fix this issue.