Open
Description
I am using angular and ionic in my project. And I want to use this library to style the scrollbars, but there is one problem. I can't seem to use it with ion-infinite-scroll as shown in the example code below, and I was wondering if I'm wrong.
<ion-content>
<ngx-simplebar>
<div *ngFor='let item of items'>
</div>
</ngx-simplebar>
<ion-infinite-scroll>
<ion-infinite-scroll-content>
</ion-infinite-scroll-content>
</ion-infinite-scroll>
</ion-content>
stackblitz is here
https://stackblitz.com/edit/angular-sl4thn?file=src%2Fapp%2Fapp.component.html