Skip to content

Instantly share code, notes, and snippets.

@mithun-daa
Created May 23, 2016 01:28
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 mithun-daa/b1ed4e0ac7588ad3d6e4c972c0b41739 to your computer and use it in GitHub Desktop.
Save mithun-daa/b1ed4e0ac7588ad3d6e4c972c0b41739 to your computer and use it in GitHub Desktop.
<ul>
 <todo *ngFor=”let todo of todos” [todo]=”todo” [makeDraggable]=”todo” makeDroppable (dropped)=”onDrop($event, todo)”></todo>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment