也许我错过了什么?
在Angular 2组件中,我只是想获得完整的激活路径.
我不想使用location.href.
我的构造函数如下:
constructor(private route: ActivatedRoute) {}
在ngOnInit()中我试过:
this.route.data.url this.route.snapshot
都没有工作.
任何帮助都非常感谢.