Is there any way to create a component in the Angular 6 CLI specifying which folder it should be in? I searched the net and found ng g c nome-componente --module=app
but this is just to specify that it will stay in app
I tried to type --module=app/minha-pasta
, --module=app\minha-pasta
and etc to try to specify in which folder I want to be this component but nn I got it, does anyone know how to do this?