Angular infinite scroll

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ธ.ค. 2024

ความคิดเห็น • 13

  • @sarfrazz34
    @sarfrazz34 ปีที่แล้ว

    Thanks for the video. the infinite scroll is working for me but facing issue with height property in mobile view I the scroll screen is nearly half covered with a white blank display. how to adjust it?
    css property under .search-results

  • @hasanchishti6428
    @hasanchishti6428 ปีที่แล้ว +1

    I am getting Can't bind to 'infiniteScrollDistance' since it isn't a known property of 'div'

    • @hasanchishti6428
      @hasanchishti6428 ปีที่แล้ว

      working after adding these lines in tsconfig.json
      {
      ...
      complilerOptions: {
      ...
      "skipLibCheck": true
      }
      }

  • @momfus
    @momfus ปีที่แล้ว

    Using angular 15 and infinite-scroll 15; getting an error: Invalid event target

  • @dosamuel-mb
    @dosamuel-mb ปีที่แล้ว

    please, what is this theme you are using ?

    • @ravindradevrani
      @ravindradevrani  ปีที่แล้ว

      I m using github theme and material icons.. material icons gives us different look

  • @quiqueolvera-garcia5188
    @quiqueolvera-garcia5188 ปีที่แล้ว

    Thak you for the video. Great Stuff!

  • @hbx4448
    @hbx4448 5 หลายเดือนก่อน

    hello, I installed the latest version of ngx-infinite-scroll and when I add the import: import { InfiniteScrollModule } from "ngx-infinite-scroll"; InfiniteScrollModule is crossed out and I get the message:
    ngx-infinite-scroll.module.d.ts(4, 4): The declaration was marked as deprecated here.
    (alias) class InfiniteScrollModule
    import InfiniteScrollModule
    @deprecated - Import InfiniteScrollDirective instead
    Can I still work with it ?
    Thanks

    • @ravindradevrani
      @ravindradevrani  5 หลายเดือนก่อน

      Please, do not use the deprecated syntax, because it will probably remove in the next version. Go to the documentation of ngx-infinite scroll and use the latest syntax.

    • @hbx4448
      @hbx4448 5 หลายเดือนก่อน

      @@ravindradevrani It looks like there is no new syntax, the documentation only shows the version you showed in your video. Please could you make a video with the new syntax?
      THANKS

    • @RafaelFSforever
      @RafaelFSforever หลายเดือนก่อน

      They don't update the latest documentation, I'm getting the same error, the code says that's deprecated, but the documentation doesn't show how it's going to be... Sad moments haha

  • @nouchance
    @nouchance ปีที่แล้ว

    Thank you BRO!