For Angular 4 and Angular = ^5.5.6 - use version ngx-infinite-scroll@0.8.4 For Angular 5.x with rxjs =<5.5.2 - use version ngx-infinite-scroll@0.8.3 For Angular version <= 2.3.1, you can use npm i angular2-infinite-scroll (latest version is 0.3.42) - please notice the angular...
scrollUpDistance = 2; direction = ""; modalOpen = false; nisVersion = nisPackage.dependencies["ngx-infinite-scroll"]; constructor() { this.appendItems(0, this.sum); } addItems(startIndex,endIndex, _method) { for (let i = 0; i < this.sum; ++i) { ...
thisissoon / angular-infinite-scroll Star 7 Code Issues Pull requests Simple, lightweight infinite scrolling directive for Angular which emits an event when an element has been scrolled to the bottom angular infinite-scroll scrolling directive ngx ngx-infinite-scroll ngx-library Updated Dec 4,...
ngx-infinite-scroll angular无限滚动插件 参考地址:https://www.5axxw.com/wiki/content/3b2zj4 引入: 使用:
Please let me know if this is the wrong place to ask questions like this. I will take it to stackoverflow instead. I have been tasked with searching for an alternative for ng-mat-select-infinite-scroll, because currently that is not work...
ngx-infinite-scroll angular无限滚动插件 插件代码人生 引入: 使用:
virtualization settings (you can specify when and how many items need to be requested/rendered by the uiScroll) infinite mode (items rendered once are never removed) horizontal mode AoT compilation Installation: # NPM $ npm install ngx-ui-scroll --save Preview: You Might Be Interested In: Fac...
Is it possible to use ngx-scrollbar with another module like ngx-infinite-scroll ?? I would like to achive something like this: https://stackblitz.com/edit/ngx-infinite-scroll-plus-ngx-perfect-scrollbarIs it possible to use ng-scrollbar as a directive?
Hi , I am using ngx- infinite-scroll in a project , and I am having some problems . It works when I scroll down , or/and scroll up , for the first time . But when I scroll down or up , again , for a second time , the event does not get t...