I have developed a modal that, upon clicking on the confirm
button, should redirect the user to the page titled securities-in-portfolio
.
<div class="modal-footer justify-content-center">
<button type="button" class="btn btn-primary" (click)="confirm()">
Confirm
</button>
</div>
Can anyone provide guidance on how to implement this in TypeScript?