Hello i’m beginning with ionic 2 and I want to do a slider with a large number of slides, to avoid problems of perfomance I want to load my slides by dynamically loading only three slides that looping in them.
I already saw those posts :
But it was for the first version of ionic and I have a lot of troubles to make this work for ionic 2.
Is there a directive or a component that I have missed that could help me do that?
in current ionic 2 rc version there is a bug when using slider with loop option true. Get active index always through a wrong index number. Awaiting a fix on that, till then if possible use without loop.