localhost:5555/dashboard
Currently I am in dashboard component. In view I have a grid that will having link button will move to another component city component. So I need to pass state id dynamically from view.
localhost:5555/dashboard/states/1/cities localhost:5555/dashboard/states/2/cities localhost:5555/dashboard/states/3/cities
I am trying with this code in my component in angular 2.0.0-rc.1
This is giving me dashboard URL http://localhost:5555/dashboard not city URL http://localhost:5555/dashboard/states/3/cities
Any Help......
