Thats my html file:
<a [routerLink]="['tests/...']">Tests</a>
This terminal route is already defined the parent component Routes configuration.
Due to maintaining my software I would like to declare kind of a constant string and re-use it from my Routes and routerLink.
How can I do that ?