Skip to content

Instantly share code, notes, and snippets.

@lydemann
Created March 29, 2019 06:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lydemann/58eb6e8b6218ee0d2d23826c3d1d027b to your computer and use it in GitHub Desktop.
Save lydemann/58eb6e8b6218ee0d2d23826c3d1d027b to your computer and use it in GitHub Desktop.
todo-list.component.ts
public trackByFn(index, item) {
return item.id;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment