UI-Router in IONIC-2

I am going to develop an web based application using ionic-2. Before making it by ionic-2, I built it by IONIC-1 where I used $state to change the url routing. But I can’t implemented it in IONIC-2. Routing is happening in different way and there is no reflection in url. But I want, when I will change my state it will reflect on url… How may I do it…?

Please guide me…

Suppose I have two tabs…

Home and About us. when I will click to I want to show it in url like 10.0.8.12:8100/app/home or 10.0.8.12:8100/app/about. But routing is happening but url is showing 10.0.8.12:8100 only…

1 Like

use Deeplink http://ionicframework.com/docs/v2/api/navigation/DeepLinker/

1 Like