Okay, I have two use cases for my question here:
I\'m working on an application which has a /en/register route. It all works good when I\'m at t
/en/register
i use this workaround
this.router.navigate(['path']).then(()=> {window.location.reload();});