2016-07-07 6 views

答えて

3

terminalは、例えば、このような空('')ルートを照合するために使用した:

{ 
    path: '', 
    redirectTo: '/crisis-center', 
    terminal: false 
}, 

しかし3.0.0-beta.1ので、それはpathMatchからchangedされています、 https://angular.io/docs/ts/latest/guide/router.html(またはredirectsが議論されている場所に直接ジャンプ)

関連する問題