Skip to content

Instantly share code, notes, and snippets.

@nicolasleal570
Created October 23, 2020 15:47
Show Gist options
  • Save nicolasleal570/5639aea166e2160840ee18cdd04079cf to your computer and use it in GitHub Desktop.
Save nicolasleal570/5639aea166e2160840ee18cdd04079cf to your computer and use it in GitHub Desktop.
Todo Item HTML
<div class="todo-item">
<span>{{ title }}</span>
<span>{{ description }}</span>
<button
(click)="click($event)"
>
Mark as done
</button>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment