redirectTo(uri:string){ this.router.navigateByUrl('/', {skipLocationChange: true}).then(()=> this.router.navigate([uri])); }