angular-component / router

Angular Component Router - A declarative router for Angular applications
MIT License
253 stars 16 forks source link

[Bug]: linkTo directive makes / a relative link #71

Closed brandonroberts closed 3 years ago

brandonroberts commented 3 years ago

If I have a link such as

<a linkTo="/">Home</a>

And I'm on a /blog route, the link shows as /blog/ instead of /.