Skip to content

Instantly share code, notes, and snippets.

@frostyandy2k
Last active February 17, 2018 12:25
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 frostyandy2k/8cdea157afbbb4a2049fa7ae031890ee to your computer and use it in GitHub Desktop.
Save frostyandy2k/8cdea157afbbb4a2049fa7ae031890ee to your computer and use it in GitHub Desktop.
Ionic 3 Navigation HTML
<!-- Uses classical html navigation -->
<a href="/#/page2">Jump to Page2</a>
<!-- Use the ionic stack for navigation (automatic back button) -->
<!-- Text Button -->
<button [navPush]=”page2”>Push Page2 onto the stack and navigate to it</button>
<!-- Style Icon Button -->
<button [navPush]=”page2” ion-button icon-only>
<ion-icon name=”information-circle”></ion-icon>
</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment