Since the latest Angular2 version (2.0.0-beta.14) it is possible to have query parameters that contain multiple slashes, like /foo/bar.
This works great, however whe
If the path was something like
pathServedByTheController = 'foo/bar'
then in the view I can do something like
NAVIGATE
This works nicely to me!