Skip to content

Instantly share code, notes, and snippets.

@czambran
Forked from vsavkin/todo-cmp.html
Created August 2, 2016 10:07
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 czambran/9ea901d12d859303d3f263ba8422cff8 to your computer and use it in GitHub Desktop.
Save czambran/9ea901d12d859303d3f263ba8422cff8 to your computer and use it in GitHub Desktop.
<todo-cmp
*ngFor="let t of todos; let i=index"
[model]="t"
[index]="i">
</todo-cmp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment