1
Is there any way to create a Component in Angular 6 CLI by specifying which folder it should be in? I searched the net and found the ng g c nome-componente --module=app
but this is just to say that it will stay in the app
I tried to be like --module=app/minha-pasta
, --module=app\minha-pasta
and etc to try to specify in which folder I want to get this Commit but nn got, someone knows how to do this?