This question already has an answer here:
- Angular2 Routing - keeping state of component when route changes [duplicate] 2 answers
Documentation https://angular.io/docs/ts/latest/guide/router.html states
... By default, the router reuses a component instance when it re-navigates to the same component type without visiting a different component first. The parameters can change between each re-use...
but there is no hint how to change this default-behavior.
Is it possible to prevent the re-use?