I'm trying to create an Ionic application that has a side-menu with a slider implemented. I have tried implementing the code in the app.html page using this code:
<ion-menu class="" [content]="content" id="menu-basic">
<ion-slides pager>
<ion-slide>
<h1>Page 1</h1>
</ion-slide>
<ion-slide>
<h1>Page</h1>
</ion-slide>
</ion-slides>
</ion-menu>
But the issue I'm having is:
- The pager at the bottom does not show
- It doesn't slide from one slide to another