Angular2 Get router params outside of router-outlet
I have a dashboard application which consists of a treeview component (which lists various content nodes) and a dashboard-edit component which renders some editable content depending on which branch of the tree is selected. e.g. The tree is like this: - Football - - Premier League - - - Arsenal - - - Chelsea - - - ...etc - - Championship - - - Derby - - - ...etc You click 'Arsenal' in the tree and it renders some content for that team in an editable panel on the page. The component which renders the sub-components is like this: @Component({ selector: 'my-dashboard', template: ` <div class=