0
down vote
favorite
I have a lot of pages, organizad in folders, I want to have only one module file per each folder and not per each page, its that possible? what should I put in imports? can I use deep linking?
I tried lazy loading like a month ago and was impossible yo make work that time. Right now I cant tried again, I have to go out with a version of my app. I need to things, 1. Use deeplinking 2. Organize pages, a have a folder structure, and I want to have a module per folder of pages, thats possible? or I have to make a module per each page?
But only if I call nav.push with name of the page, but I still using the reference to the page class. But what about my question? I need a module per page and import it all on app.module.ts?
Your question doesn’t make any sense, because you’re asking about a lazy loading feature while saying you don’t want lazy loading. If you don’t want lazy loading, there should be no occurrences of @IonicPage in your app at all.