Say I have an route with a param like this (in Angular 2): /user1/products/:id, which could have child routes like /user1/products/3/reviews.
/user1/products/:id
/user1/products/3/reviews
W
As of Angular 2 final this is the solution:
this._router.navigateByUrl('/404', { skipLocationChange: true })