example:
ng g c test
src >> app>>test>>test.component.ts
but i want to create into different folder by using same command
example:
ng g c test
src >> app>>newfolder>> test>>test.component.ts
i dont want to use below command every time.
ng g c newfolder/test
please help me.

Muthu KumarPosted Mar 24, 2019, 11:59 PM
I have already worked same example,
Let's try this,
It's working for me.
Thanks,
M. Muthukumar
Pravat KumarPosted Mar 22, 2019, 2:39 AM
Sanwar RanwaPosted Mar 22, 2019, 2:26 AM
Pravat KumarPosted Mar 22, 2019, 2:20 AM