Angular - Routing
Why does this Angular SPA navigation fail?
Clicking it reloads the page instead of loading ProfileComponent dynamically.
<a href='/profile'>Profile</a>
Clicking it reloads the page instead of loading ProfileComponent dynamically.
