I have 2 page who use the same template, I want to reload the template when I go from the page2 to page1 by using this._router.navigate(). the page2 use the page1 as a directive,
I want to do that let link = "/contrat/" + num
this._router.navigate(link)
and be equivalent to a window.location.href
I want to force the template to reload. thank's