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:
Using Angular@7 ng g c works from the root app folder. No need to change anything - just run from the base directory something like
ng g c features/shopping-list/components/shopping-list-edit
=>
CREATE src/app/features/shopping-list/components/shopping-list-edit/shopping-list-edit.component.ts (316 bytes)