The detailed discussion is in 
StackOverflow: http://stackoverflow.com/q/39778634/592641

But here's the jist of it:

I'm rendering out a list view of quite complex component using *ngFor. 

Instead of what i expected to be out-of-the-dom html construction and 
single push to render it into the dom, there is a separate appendChild call 
for what seems to be every little binding in the iterated component. 

The result is almost 2 seconds locked ui on desktop, and almost 4 seconds 
locked ui on mobile device.

I really hope i'm doing something wrong.

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to