forked from EVOgeek/Vmeda.Online
6 lines
188 B
HTML
6 lines
188 B
HTML
<ion-slides [options]="{ allowTouchMove: enabled }" (swipeleft)="swipeLeft()" (swiperight)="swipeRight()">
|
|
<ion-slide>
|
|
<ng-content></ng-content>
|
|
</ion-slide>
|
|
</ion-slides>
|