Can someone please help me with adding a routing function to a button in Angular? I have already included a (click) function on the button, but how do I actually make the function navigate within the home.ts component?
<button class="navbut" (click)="redirect()"> INVEST NOW</button >