Currently, I'm facing an issue with a button that is not opening to a new site despite following what seems like simple steps.
<button mat-raised-button href="https://www.google.com/" color="primary">Connect with Stripe</button>
I even attempted using ng-href
, but unfortunately, it didn't yield any results either.
If anyone has insights on how I can resolve this matter, your input would be greatly appreciated!