@Finality wrote:
Hi,
i implemented Lazy Loading in my Ionic v2 application. But, before to show the view, I would like know to wait config loading.
In my app.component.ts, I have this code :
configProvider.initialize().then(() => { this.initializeApp(); });
But it doesn’t work…
Thanks for your help !
Posts: 1
Participants: 1