Skip to content

Instantly share code, notes, and snippets.

@samarthagarwal
Created September 3, 2018 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samarthagarwal/0a528de9819d708c6a4062bd4386aa1f to your computer and use it in GitHub Desktop.
Save samarthagarwal/0a528de9819d708c6a4062bd4386aa1f to your computer and use it in GitHub Desktop.
<ion-header>
<ion-toolbar color="primary">
<ion-buttons slot="start">
<ion-button>
<ion-icon slot="icon-only" name="menu"></ion-icon>
</ion-button>
</ion-buttons>
<ion-title>
Ionic Components - Advanced
</ion-title>
<ion-buttons slot="end">
<ion-button (click)="showPopoverMenu($event)">
<ion-icon slot="icon-only" name="more"></ion-icon>
</ion-button>
</ion-buttons>
</ion-toolbar>
</ion-header>
<ion-content padding>
</ion-content>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment