1
我簡單的路由不工作,我不知道爲什麼... 報道如下負載的命令PageNotFoundComponent,而不是OffertDetailComponentAngular2單參數不路由選擇工作
app.routing
{
path: "OffertDetail/:idOffert",
component: OffertDetailComponent
},
{
path: '**',
component: PageNotFoundComponent
}
路線命令
this.router.navigate(['OffertDetail', {idOffert: 1073}]);
如果我從ap.Routing中刪除「/ idOffert」,並從命令中刪除參數,則組件會正確加載。
感謝支持
感謝,這項工作。爲了完成,你能給我一個簡單的代碼,說明如何傳遞2個參數而不是1嗎? – DarioN1