Simple Demo
Share
route / tail: {
prefix: {{route.prefix}}
path: {{route.path}}
}
App location route object
Change location of first part of the path:
Change location of second part of the path:
You can pass the tail of an app-route to be the route another app-route. Here is
the tail object of the first app-route which is the route object of this new app-route:
You can also bind to this new route. Change the location of the third part of
the path:
Change the value of the hello query param
Change the value of the foo param