Skip to content

Instantly share code, notes, and snippets.

@glemiere
Created January 6, 2020 18:52
Show Gist options
  • Save glemiere/f50a52f09e55fd50f5927741b6433550 to your computer and use it in GitHub Desktop.
Save glemiere/f50a52f09e55fd50f5927741b6433550 to your computer and use it in GitHub Desktop.
A simple hambidextrous header with Angular and Ionic.
<ion-buttons [slot]="handed === 'right' ? 'start' : 'end'">
<ion-button (click)="toggleReorder()">
Edit <ion-icon name="create"></ion-icon>
</ion-button>
</ion-buttons>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment