Hi, is there a way to specify a folder name other than the one set by default (Component Name). I'm trying to use the tool to generate CRUD templates inside the main component and it creates directory tree like this:
Entity
| --Entity
| --entity.create.component.html, entity.create.component.ts
| -- entity.component.html, entity.component.ts
Thanks in advance, great tool and work.
Hi, is there a way to specify a folder name other than the one set by default (Component Name). I'm trying to use the tool to generate CRUD templates inside the main component and it creates directory tree like this: Entity | --Entity | --entity.create.component.html, entity.create.component.ts | -- entity.component.html, entity.component.ts Thanks in advance, great tool and work.