码迷,mamicode.com
首页 > 其他好文 > 详细

[Angular] Do relative routing inside component

时间:2020-02-17 01:03:40      阅读:77      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!