Hello,
I would like to know If you have an app with 5 pages and you lazy loaded the home page (by adding a module to the home folder, IonicPage to home.ts, deleteted HomePage from declaration and entryComponents in app.module.ts and updated app.component.ts bu changing rootPage:any = HomePage; by rootPage:string = ‘HomePage’; ).
I lazy loaded my HomePage, does all other pages lazy loaded by lazy loading my HomePage?
Thank you.