So as an user if I hit url in above format it should redirect to respective page in application. if this feature is not yet supported in Beta then when do you expect that will be available ?
I’m trying to figure out the same thing. Angular 2 Routing is actually quite awesome and the Ionic 2 Preview App on Github has a demonstration of Routing (and all of the components in the docs - a great resource) but it doesn’t cover the case of URLs with parameters as you mention. The Angular 2 routing docs cover how to do it but the nav.setRoot() and nav.push() methods don’t seem to update the route when passed in with parameters.