Skip to content

Instantly share code, notes, and snippets.

@gavilanch
Created June 9, 2019 23:43
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/5cb02dfb476363363b5ee133e493f805 to your computer and use it in GitHub Desktop.
Save gavilanch/5cb02dfb476363363b5ee133e493f805 to your computer and use it in GitHub Desktop.
this.todoForm = this.formBuilder.group({
  title: ['', Validators.required],
  description: ['', Validators.required],
  done: false
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment