I have a menu navigation component that appears on all pages:
I have some links like this: - Following - Followers
When I\'m on http://localhost/#/ t
You are using relative urls, that's why routerLink keeps appending them. You should check the Relative Navigation documentation.
routerLink
No slash in the biggining or ./ means a relative url to the current one
./
A starting slash means an absolute url