I have a component that redirect to another url:
http://mysite.domain/#/url
If it's empty I want to redirect it to another:
this._router.navigate(['url/suburl'])
But my problem is that when the user go to previous url it will trigger my redirection, the question is how to skip an url with angular router?