Igx-grid Infinite scroll in Angular 9
New DiscussionHi, I am trying to implement the infinite scroll of igx-grid in our application (Angular 9).
I downloaded sample code from https://stackblitz.com/github/IgniteUI/igniteui-live-editing-samples/tree/master/angular-demos/grid/grid-sample-5 and it works fine (Angular 11)
But I am getting errors at RUN time in my application complaining No Provider for ChangeDetectorRef. This happens at dependency injection of the constructor of component.
Uncaught (in promise): NullInjectorError: R3InjectorError(AppModule)[RemotePagingService -> ChangeDetectorRef -> ChangeDetectorRef -> ChangeDetectorRef]:
NullInjectorError: No provider for ChangeDetectorRef!
NullInjectorError: R3InjectorError(AppModule)[RemotePagingService -> ChangeDetectorRef -> ChangeDetectorRef -> ChangeDetectorRef]:
NullInjectorError: No provider for ChangeDetectorRef!
Is there any way to make it working for Angular 9?
Any input is appreciated.