@tascam424 wrote:
Hi folks, this may seem like a very simple question to most of you, but i’m just starting out with Ionic 3 so i appreciate your help and patience.
So i’ve created a very simple starter app by using
ionic start MyIonicProject tabs
Then i added a page using
ionic generate page search
All works very nice, however my question relates to my new page. My new page now contains search.module.ts where none of other pages, from the basic tabs starter template, contain .module.ts
Having read as much as i can on this, i am aware this relates to lazy loading, however i wish to ask what my best approach is to maintain consistency in all pages.
Should i add .module.ts to existing pages or remove it from my newly created page ?
Either way i would greatly appreciate any direction to documentation or tutorial to guide me, as i am an absolute newbie.
Many thanks in advance.
Posts: 2
Participants: 2