Question: Can I mix ionic 2 routing with angular 2 routing, for example in my home page i have one @ViewChild nav: NavController and I use it with this.nav.push(Page) and in the next page I would like to use router for angular 2, for example this.router.navigate(‘otherpage’) for use resolvers.
Thanks a lot!