You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jaasmaz I don't understand your problem. The gallery remains fully functional even if the documentation contains some errors.
You should get a type error when giving an argument to next or prev methods as the .d.ts file is up to date. Thus just don't do that.
prev and next don't take arguments.
in component (as you can see no args) :
https://github.com/thatisuday/ngx-image-gallery/blob/c8403fca3084a9127d5e634c0c17131744c5787e/src/components/ngx-image-gallery/ngx-image-gallery.component.ts#L315-L327
But in the documentation :
https://github.com/thatisuday/ngx-image-gallery/blob/c8403fca3084a9127d5e634c0c17131744c5787e/README.md#L131-L139
The text was updated successfully, but these errors were encountered: