Let's say we have ComponentA with that template:
<div>
<router-outlet></router-outlet>
</div>
ComponentA has routeConfig to route to ComponentB.
How to get ComponentA from the routed componentB?
I tried to inject @Host to ComponentB but I get an exception.