How can I go to the previous page using router.navigation?
I have written this:
window.history.back();
Is there any alternative to it? In router navigation. (angular 2+)
I have written this:
window.history.back();
Is there any alternative to it? In router navigation. (angular 2+)