In our angular 4 application we have multiple named router outlets. So the url is like : http://localhost:3000/main/(outletName1:Printers//outletName2:Printers)
Let's suppose one component is displayed in one particular named router outlet. Component has injected in constructor the Router, the ActivatedRoute, etc.
How can the component retrieve the name of the router outlet from those injected objects (or others if possible) ?