I can\'t really understand what I should return from trackBy. Based on some examples I\'ve seen on the web, I should return the value of some property on the ob
trackBy
This angular NgFor document will help you. https://angular.io/docs/ts/latest/api/common/index/NgFor-directive.html
NgFor
{{user.name}} -> {{user.score}}