Uncaught Error: Template parse errors:
Can't bind to 'infiniteScrollDistance' since it isn't a known property of 'div'. ("ia-label="Search files" />
The following code which I have used:
<div class="file-list folder-list" infiniteScroll [ERROR ->][infiniteScrollDistance]="8" [infiniteScrollThrottle]="50" (scrolled)="onScroll()">
Is InfiniteScrollModule included in your imports in app.module.ts ?
Facing same issue, @domessina yes, I have included InfiniteScrollModule, in imports section of app.module.ts
@banikKGP please follow template https://github.com/orizens/ngx-infinite-scroll/blob/master/.github/ISSUE_TEMPLATE.md
Most helpful comment
Facing same issue, @domessina yes, I have included InfiniteScrollModule, in imports section of app.module.ts