Skip to content

Instantly share code, notes, and snippets.

@gavilanch
Created June 17, 2019 16:06
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 gavilanch/a9444a121506d822ba74a241177c55df to your computer and use it in GitHub Desktop.
Save gavilanch/a9444a121506d822ba74a241177c55df to your computer and use it in GitHub Desktop.
saveTodo() {
// Validate the form
if (this.todoForm.invalid) {
return;
}
// Sent the todo to Cloud Firestore
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment