I have icons in block buttons. I’m trying to shift the icons on the left side of the buttons. Any good way of doing it?
<button block class="googleButton" (click)="googleLogin()">
<i class="fa fa-google"></i>
Google
</button>
I have icons in block buttons. I’m trying to shift the icons on the left side of the buttons. Any good way of doing it?
<button block class="googleButton" (click)="googleLogin()">
<i class="fa fa-google"></i>
Google
</button>
Hi. Have you solved it?
Try
<button ion-button icon-left ...........>
<i class="fa fa-google"></i>
Google
</button>