Router does not move unless route and params have changed by default.
To do this, you can define
routerCanReuse(nextInstruction: ComponentInstruction, prevInstruction: ComponentInstruction){ return false; }
in your component that you want to edit and call
Router.renavigate();
this.router.navigate('RouteName', this.routeParams.params)
recovery.
Ankit singh
source share