arranbartish / angular-cli-seed

angular2 with angular-cli
MIT License
6 stars 5 forks source link

Navigation widget uses links instead of routing #17

Closed arranbartish closed 7 years ago

arranbartish commented 7 years ago

This is a SPA and we should using the routing as part of the navigation and not the browser behaviour of clicking a link.

When a user clicks a link the browser navigates. This will unload the app and reload the page... not exactly a SPA.

this was an issue introduced by #16

arranbartish commented 7 years ago

done as part of pull request #22