Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Created October 28, 2017 20:32
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 matthieu-D/3254e5de63e8ebedf2860847b3247a6d to your computer and use it in GitHub Desktop.
Save matthieu-D/3254e5de63e8ebedf2860847b3247a6d to your computer and use it in GitHub Desktop.
removeThisTodo = () => {
this.removeTodo.emit(this.id);
}
updateThisTodo(value) {
this.updateTodo.emit({value: value, id: this.id});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment