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:
Change root to the directory where your module is in angular.json
root
angular.json
From:
root:""
to directory of app module:
root: "/src/app"