ionic-cli
ionic-cli copied to clipboard
ionic generate page file name
I'm not sure this is a bug so i put as feat request. When i use the cli page generator (ionic g page test) on angular project the cli correctly generate the page but it not follow the standard angular name like test.component.ts but it use test.page.ts. is it possible to configure or have something like test-page.component.ts?