I am using Ionic@beta8 routing but its not working.
I giving a blank page.
I am using the example as on ionic github repo:
https://github.com/driftyco/ionic/blob/2.0/src/components/nav/test/routing/index.ts
I am using Ionic@beta8 routing but its not working.
I giving a blank page.
I am using the example as on ionic github repo:
https://github.com/driftyco/ionic/blob/2.0/src/components/nav/test/routing/index.ts
ionic routing is not connected to browser.history and location.
your should use the NavController to get access to the current history stack
I want to render page against URL NavController works on pop and push.
Routing with URLs has been disabled in beta 8.
The router with ng2 is not usable ATM so we’ve disabled it from working inside of navController.
Once there is a usable router, we will enable it again.