diff --git a/docs/angular/slides.md b/docs/angular/slides.md index 4ceb1d3f6df..0157c79993d 100644 --- a/docs/angular/slides.md +++ b/docs/angular/slides.md @@ -279,6 +279,22 @@ Below is a full list of event name changes when going from `ion-slides` to Swipe All events available in Swiper Element can be found at https://swiperjs.com/swiper-api#events. ::: +::: note +https://swiperjs.com/element#events says "All Swiper events are available as native DOM events but with lowercase names and swiper prefix (prefix configurable with events-prefix). So you need to prefix the (init) method with either **swiper** or another prefix of your choice. + +``` +` element (such as through `ViewChild`), then access its `swiper` prop: