I am new to angular 4 using typescript, how can we differentiate forward and backward button in the browser.
this.subscription = this.lc.subscribe((x: PopStateEvent) => { console.log("Localtion Back", x); // // Handler });
how to come out of the application stack:usecase assume user started with google.com then user type abc.com . In abc.com, user will navigate a>b>c>d>e then from e page navigate to b and if the user press browserback button first time it should navigate to a thn second time back it should come back to google.com
Kaushik DhameliyaPosted Mar 15, 2018, 1:25 AM
Sagar Pandurang KapPosted Mar 13, 2018, 11:59 PM