Can ionic2's pages support nested directory structure?
问题 I see the pages directory of many Ionic 2 projects is a flatted structure like below (if we use its generation command, the generated directory structure is flatted). e.g. pages/ |- login/ | |-login.html | |-login.scss | |_login.ts |- logout/ | |-logout.html | |-logout.scss | |_logout.ts |- order-list/ | |-order-list.html | |-order-list.scss | |_order-list.ts |- order-detail/ | |-order-detail.html | |-order-detail.scss | |_order-detail.ts But if a project includes many pages, i hope the pages