I tried it. But when the app started, it load my ResultPage in background thread. It still take some second to load it and in that moments, the screen being freeze
Do you only get these problem when you use preloadModules: true, or also with “normal” lazy loading?
Are these problem reproducible in a blank project (ionic start blank blank) where you only implement these two things?
Without using preloadModules: true it works fine. (I mean no issue with ion icon and button).
But i want to load component initially during app boot time.
But after achieving lazy loading it shows blank screen while we use this.nav.setRoot(Page) for some time during component initialization time. Don’t know why this happening??