Generuj komponent kątowy bez folderu

Angular: 

Add --flat flag.

ng g c yourcomponentname --flat


--flat=true|false

When true, creates the new files at the top level of the current project.

Default: false
Lucky Lark