サブスクライブされたrouter.events内のparamsのようなアクティブなルートデータを取得するにはどうすればよいですか?router.events内の有効なルートデータを取得
私はではありません this.route.paramsを購読します!
// Catch any events in a certain component, where I subscribe to it!
this.router.events.subscribe(event =>
{
// The event object has only the url (when is NavigationStart/End), there is nothing useful for me
});
UPDATE
私はルータのイベントに反応する方法を尋ねていないので、私の質問は違います!
私はrouter.events内でactivate routes paramsを取得する方法を尋ねます!
それには違いがあります!
[角2ルータイベントリスナー]の複製が可能です(http://stackoverflow.com/questions/35912932/angular-2-router-event-listener) –
重複はありません私の説明を読んでください! – Pascal