I’m starting a fairly large project and I’d like to organise my components in functional areas. Each functional area would be defined by a folder and underneath that folder would be the respective folders for each page.
The Angular 2 CLI allows you to do that using a relative path construct on the ng generate, however this doesn’t appear to work with the Ionic CLI.
I can of course do it manually myself, just wanted to make sure I wasn’t missing something obvious in the CLI. Any pointers helpful.
Thanks