We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
on
1 parent 3caf40d commit 3553c41Copy full SHA for 3553c41
src/angular/src/swiper.component.ts
@@ -54,6 +54,7 @@ import { isPlatformBrowser } from '@angular/common';
54
})
55
export class SwiperComponent implements OnInit {
56
@Input() enabled: SwiperOptions['enabled'];
57
+ @Input() on: SwiperOptions['on'];
58
@Input() direction: SwiperOptions['direction'];
59
@Input() touchEventsTarget: SwiperOptions['touchEventsTarget'];
60
@Input() initialSlide: SwiperOptions['initialSlide'];
src/angular/src/utils/params-list.ts
@@ -112,4 +112,5 @@ export const paramsList = [
112
'_thumbs',
113
'virtual',
114
'zoom',
115
+ 'on',
116
];
0 commit comments