How to stop users to go back,refresh and without saving the current page by using angular 11.Any suggestions greatly appreciated.
I have tried the following script, but it's doesn't disable the back button,refresh and submit.
Thanks and Regards.
history.push State(null, null, window.location.href);
this.Location.onPopState(() => {
history.pushState(null, null, window.location.href);
this.stepper.previous();