Problem with swiper

Hi all any one have link where swiper is implemented with ionic i have add all dependency but not able to achieve the output.
please suggest me how to do it show only one slide and not able to slide

<ion-slide class="start-slide">
           <button ion-button color="primary" (click)="nextSlide()">Start!</button>
</ion-slide>

An example of 1 slide which will move to another when pressed.
To lock the slides you can use the lockSlides() function found in docs or use the swiper-no-swiping class on the slide.