Skip to content

Instantly share code, notes, and snippets.

@chasebaker21
Last active November 19, 2020 15:20
Show Gist options
  • Save chasebaker21/32617b206135f5a387ddd9e5369449aa to your computer and use it in GitHub Desktop.
Save chasebaker21/32617b206135f5a387ddd9e5369449aa to your computer and use it in GitHub Desktop.
createTimesheetForm() {
this.timesheetForm = this.fb.group({
comments: new FormControl(null),
projectTime: new FormControl(null), // project timesheet component
adminTime: new FormControl(null), // admin timesheet component
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment