Created
September 3, 2018 14:14
-
-
Save samarthagarwal/0a528de9819d708c6a4062bd4386aa1f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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