Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v8 angular (swiper) Output is not an array as stated in docs #332

Open
MikeyManoguerra opened this issue Jun 14, 2023 · 0 comments
Open

Comments

@MikeyManoguerra
Copy link

MikeyManoguerra commented Jun 14, 2023

from docs

https://v8.swiperjs.com/angular#swiper-component-props :

    </swiper>
  `,
})
export class AppComponent {
  onSwiper(params: EventsParams['swiper']) {
    const [swiper] = params;
    console.log(swiper);
  }
  beforeTransitionStart(params: EventsParams['beforeSlideChangeStart']) {

actual

Screenshot 2023-06-14 at 13 30 45 Screenshot 2023-06-14 at 13 34 00

not a blocker just noticed this discrepancy. thanks for an awesome library!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant