Ionic 2 Collection-repeat

Hi guys, i can’t find collection-repeat directive anywhere in the docs and all the list examples use *ngFor. Am i missing something here?

As far as my knowledge goes, it isn’t implemented yet. So you’re probably not missing anything, you’re just searching for something that isn’t there yet :). Hopefully it will be there in future releases.

@jaspersorriso What @luukschoen said is right, Colletion-repeat hasn’t been implemented yet, you ask because of performance issues? then take a look at trackBy feature of Angular 2, it will help speed up rendering in big collections:
Angular2.beta3 changelog features
ngForTrackBy use case