I want to remove all the previous routing history after successful login of a user. i was using angular router and replaceUrl is only removing that specific route from the history stack, not the entire history. I cant use Nav Controller because that is deprecated. Is there any way that i can achieve this with angular router?
Asked
Active
Viewed 1,416 times
1
-
1This answer should work: https://stackoverflow.com/a/56354475/12914833 – Chris Hamilton Feb 18 '22 at 05:54
-
Does this answer your question? [How to disable Browser back button in Angular 2](https://stackoverflow.com/questions/36357204/how-to-disable-browser-back-button-in-angular-2) – The Fabio Feb 18 '22 at 11:29
-
@ChrisHamilton thanks brother. worked for me with some changes according to my use case. Thank you very much and good luck. – afnn Feb 21 '22 at 11:16
-
@TheFabio issue got fixed by the method suggested by chris above. Thank you for the effort. Good luck – afnn Feb 21 '22 at 11:18