I want to redirect the page from html. ? in ionic v1 we are using . how can i implement in ionic v2
1 Like
You Need to use NavController
and use this.nav.push(page);
page will be your page class name.
See https://ionicframework.com/docs/api/navigation/NavController/
1 Like
with out nav.push . can we do ?
I don’t see why you want to do it without NavController, but if you are trying to navigate to a specific page in the app with an external link (shared url maybe), then you must use deeplinks in Ionic 2+