标签: angular angular-router
如果我有一个名为person的组件,我想获得它的完整网址:
person
router.getUrl('person'); // returns http://localhost:4200/person
是否有Angular函数可以执行此操作?