Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Add trackBy to component tree ngFor's to improve performance #504

Closed
andrewlo opened this issue Jul 28, 2016 · 0 comments
Closed

Add trackBy to component tree ngFor's to improve performance #504

andrewlo opened this issue Jul 28, 2016 · 0 comments
Assignees

Comments

@andrewlo
Copy link

The component tree is a tree of nodes where each node object has a unique ID field. Some nodes may have many children, and parts of the tree can be added or removed.

We can use trackBy on the ngFor iterating through the children to improve performance.

@andrewlo andrewlo self-assigned this Jul 28, 2016
andrewlo pushed a commit that referenced this issue Aug 4, 2016
fixes #504 - Add trackBy functions to ngFor in component tree
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant