You can use the <ion-buttons>
directive inside of <ion-navbar>
to do this. <ion-buttons start>
will add a button to the left side and <ion-buttons end>
will add it to the right.
Edit: ^ beat me to it!
You can use the <ion-buttons>
directive inside of <ion-navbar>
to do this. <ion-buttons start>
will add a button to the left side and <ion-buttons end>
will add it to the right.
Edit: ^ beat me to it!