@luchillo17 wrote:
Hi, i think this issue is more for the
*ngFor
directive, as we try to display large items in a list, this takes some time to instantiate the dom elements that will hold the values of the variables,ngMaterial
had a way to deal with it withvirtual-repeat
but i think the code isn't compatible with angular 2, ionic 1 has some sort of solution to this inside theirion-list
directives, and even angular 1 had something to deal with it with thetrack-by
filter or something.Will ionic 2 make something soon about this performance issue? i'm getting at least 5 sec delay while it shows a simple list with 240 items with just a name.
Posts: 4
Participants: 2