I have router link like below:
I want t
The response isn't exactly efficient because the skipLocationChange don't change the current route on browser url and if you want to go back later, you backed from the first route.
For example if you were on home page and use this:
if you want to back from dashboard to home you can't do that with object location, in this case, you need to use Router and specify an exactly route (/dashboard).
But this in much cases this is a bad solution, and the browser routing don't change from /home to dashboard.
Inconvenients:
dashboard (current route)You can create the data service or check the official angular router docs