Angular 4: Infinite scroll not working

后端 未结 3 1908
北荒
北荒 2020-12-30 06:20

I have tried using ngx-infinite-scroll (https://www.npmjs.com/package/angular2-infinite-scroll) and also some other directives but none seem to work.

package

3条回答
  •  佛祖请我去吃肉
    2020-12-30 06:51

           
    {{user.name}} ({{user.email}})

    .search-results{ height : 100% overflow-y: scroll; }

    use above HTML code it works fine --ngx-infinite-scroll

提交回复
热议问题