e.g. Let's say I have a home component
home.component.html, home.component.ts
and in home.component.html file, I have anchor link to be routed
<a id="routeDashboard" [routerLink]="['/dashboard']">Dashboard</a>
So what I want is - Instead of hardcoding route path directly here, can we have some constant route path file, i.e. referenced from html file.