I want to implement a pop on browser back button in angular. I have used popstate as well as angular location api but nothing working as expected, can anyone suggest some solution
I have tried location api as well as popstate with host listener
I want to implement a pop on browser back button in angular. I have used popstate as well as angular location api but nothing working as expected, can anyone suggest some solution
I have tried location api as well as popstate with host listener
You can use
@HostListener('window:popstate', ['$event'])and when it is triggered show your pop.