SyntaxFix
Write A Post
Hire A Developer
Questions
The simplest possible solution I found was:
In your markup:
<a [href]="location.path()">Reload</a>
and in your component typescript file:
constructor( private location: Location ) { }