Skip to content

Instantly share code, notes, and snippets.

@geykel

geykel/home.html Secret

Created July 13, 2017 00:00
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 geykel/e15c32d46d53d20f7da86aba4741416c to your computer and use it in GitHub Desktop.
Save geykel/e15c32d46d53d20f7da86aba4741416c to your computer and use it in GitHub Desktop.
<ion-header>
<ion-navbar>
<ion-title>
IonFire
</ion-title>
<ion-buttons end>
<button ion-button icon-only (click)="signOut()">
<ion-icon name="log-out"></ion-icon>
</button>
</ion-buttons>
</ion-navbar>
</ion-header>
<ion-content padding>
<p>
Bienvenido a IonFire.
</p>
</ion-content>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment