Relative path Angular 2
import { ActivatedRoute } from '@angular/router'; constructor(private route: ActivatedRoute) { } this.router.navigate(['/edit'], {relativeTo: this.route});