I have created one router link as below. This router link loads ProductsStartComponent and then this component loads several other components using ngif and not via
ProductsStartComponent
The simplest possible solution I found was:
In your markup:
Reload
and in your component typescript file:
constructor( private location: Location ) { }