Hello!
I have an app with navController @viewChild implemented and I want to use resolvers in routes for prefetch data before render the view, but not works (not enter to my resolver) if I use this method of navigation. If I use router: Router from @angular/router it works OK and entered to resolver.
My question is what is the correct way in IONIC 2 with navController for use resolvers in angular 2 routes, or I have to change all my navigator ecosystem.
Thanks in advance!
Raul.-