Items that don't reference routerLink=['/some-link']" just call back to the server, thereby refreshing the page, which defeats the purpose of a Single Page Application.
// Basic
<a href="#"
scrollTo="my-element-3">
Click me!
</a>
Am I using this incorrectly?
Items that don't reference
routerLink=['/some-link']"just call back to the server, thereby refreshing the page, which defeats the purpose of a Single Page Application.// Basic<a href="#"scrollTo="my-element-3">Click me!</a>Am I using this incorrectly?