Skip to content

Instantly share code, notes, and snippets.

@DWS-paris
Created December 6, 2016 14:47
Show Gist options
  • Save DWS-paris/5778d3a7489a9ec7aab5a5c08781db8f to your computer and use it in GitHub Desktop.
Save DWS-paris/5778d3a7489a9ec7aab5a5c08781db8f to your computer and use it in GitHub Desktop.
Vue du composant principal #ionic2
<!-- Utilisation de la directive pour créer un burger menu / https://goo.gl/YnrqgP -->
<ion-menu [content]="content">
...
</ion-menu>
<!-- Utilisation de la directive pour afficher les vues de différentes routes / https://goo.gl/PAHKZR -->
<ion-nav [root]="rootPage" #content swipeBackEnabled="false"></ion-nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment