I am navigating from one component to another while swiping by using router.navigate(['/.article']); and hammerjs.
after swiped and navigate to another page, swipe is not fired without reloading the page
I need to do it without reloading the page
Thanks