Suppose I have a component A which routes on localhost:4200/A
I want to render A also when I pass parameters after A, like localhost:4200/A/xyz
without any button click.
Simply if I hit the URL localhost:4200/A/xyz
it should render component A here xyz
is dynamic it may be changing.