我想导航到angular2中的某个页面以及数据,而这样做的数据就是URL。有没有办法传递数据而不在URL中显示它?
我正在使用以下代码:
this._router.navigate('test',{hugeJsonData: JSON.stringify(bigJson)});
答案 0 :(得分:0)
let link = ['Home']; this.__router.parent.hostComponent.isLoaded = "Anshuman";
this._router.navigate(link);
你将在孩子身上得到它
this.__router.parent.hostComponent.isLoaded