Skip to content

Instantly share code, notes, and snippets.

@samjoshuva
Created July 5, 2020 07:45
Show Gist options
  • Select an option

  • Save samjoshuva/6e3d41546e1532dc359abbc2ea22d8b9 to your computer and use it in GitHub Desktop.

Select an option

Save samjoshuva/6e3d41546e1532dc359abbc2ea22d8b9 to your computer and use it in GitHub Desktop.
<ion-button href="/support" routerDirection="root">
this.navCtrl.navigateRoot('/support');
push
<ion-button href="/products/12" routerDirection="forward">
this.navCtrl.navigateForward('/products/12');
pop
<ion-button href="/products" routerDirection="backward">
<ion-back-button defaultHref="/products"></ion-back-button>
this.navCtrl.navigateBack('/products');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment