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
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
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.
@@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
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
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
I am getting Can't bind to 'infiniteScrollDistance' since it isn't a known property of 'div'
working after adding these lines in tsconfig.json
{
...
complilerOptions: {
...
"skipLibCheck": true
}
}
Using angular 15 and infinite-scroll 15; getting an error: Invalid event target
please, what is this theme you are using ?
I m using github theme and material icons.. material icons gives us different look
Thak you for the video. Great Stuff!
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
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.
@@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
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
Thank you BRO!
Most welcome 🙂