Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created August 10, 2017 16:22
Show Gist options
  • Save amandeepmittal/eaa66a8e265d709a0cdf9e28015d5583 to your computer and use it in GitHub Desktop.
Save amandeepmittal/eaa66a8e265d709a0cdf9e28015d5583 to your computer and use it in GitHub Desktop.
<!--Page1-->
<ion-header>
<ion-navbar>
<ion-title>Ionic Multi Page App</ion-title>
</ion-navbar>
</ion-header>
<ion-content padding>
<ion-card>
<ion-card-header>
Page 1
</ion-card-header>
<ion-card-content>
<button ion-button color="secondary" (click)="goTo('page2')">Page2</button>
<button ion-button color="light" (click)="back()">Back</button>
</ion-card-content>
</ion-card>
</ion-content>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment