Hi,
In Angular/Ionic, we could add the resolve into our route to get data before going to another view. How this is done now with Ionic 2?
I would like to make sure some data is ready (http) before to push the new page.
Any idea or suggestion?
Thanks