I want to implement navigation within a pop-up/dialog. The tradition way of using anchor link #id isn't working for me because for #test
it is opening localhost:4200/#test
and my content is not available there as it's a pop-up.
What is the way to provide anchor #id linking within a dialog?