ionic-cli icon indicating copy to clipboard operation
ionic-cli copied to clipboard

ionic generate page file name

Open davidecampello opened this issue 4 years ago • 0 comments

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?

davidecampello avatar Jul 29 '21 10:07 davidecampello