标签:ack code service color routing str nav col navig
onSave(personName) { this.person.name = personName; this.peopleService.save(this.person).subscribe(() => { // redirect back people list // this.router.navigateByUrl(‘/people‘); this.router.navigate([‘../‘], { relativeTo: this.activatedRoute }); }); }
We need to add {relativeTo: xxx}.
[Angular] Do relative routing inside component
标签:ack code service color routing str nav col navig
原文地址:https://www.cnblogs.com/Answer1215/p/12319381.html