I would like to implement my application with slides and because of the amount of content, data and slides I would like to know if is possible to implement lazy loading into an ion-slides component.
For example, for each slide add a lazy loading page
<ion-slide>
<app-store-page></app-store-page>
</ion-slide>
<ion-slide>
<app-role-page></app-role-page>
</ion-slide>
</ion-slides>```
1 post - 1 participant