daybrush / infinite-viewer

Infinite Viewer is Document Viewer Component with infinite scrolling.
https://daybrush.com/infinite-viewer/
MIT License
296 stars 33 forks source link

ngx-infinite-viewer useBounceScrollBar does not exists #57

Closed martinhorvath1 closed 1 year ago

martinhorvath1 commented 1 year ago

I got an error in when I use useBounceScrollBar: NG8002: Can't bind to 'useBounceScrollBar' since it isn't a known property of 'ngx-infinite-viewer'

I think the issue is that the consts file the input haven't been specified https://github.com/daybrush/infinite-viewer/blob/ngx-infinite-viewer%400.26.1/packages/ngx-infinite-viewer/projects/ngx-infinite-viewer/src/lib/consts.ts

version: 0.26.1

daybrush commented 1 year ago

@martinhorvath1

ngx-infinite-viewer's new version is released. Check it again.

martinhorvath1 commented 1 year ago

Working as expected, thanks!