How we can handle route in Angular using browser back button ,
on pressing back button I want browser should not route back page
for example ..
**
- we go page A to B
- then we can't go back to page A
- on pressing browser Back button
**
I tried with Activateroute in Angular , bit this is giving a alert box on pressing back button , I dont want this , I just want to skip the page on pressing back button .
I also tried with pushState and popState but this process catch history still catching route history , I don't want that my rote should exist in browser history