You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: