Skip to content

Instantly share code, notes, and snippets.

@chasebaker21
Last active November 19, 2020 15:19
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 chasebaker21/76199dfad4af26d642370ccbe382597f to your computer and use it in GitHub Desktop.
Save chasebaker21/76199dfad4af26d642370ccbe382597f to your computer and use it in GitHub Desktop.
patchValues(timesheetData: any) {
this.timesheetForm.get('comments').patchValue(timesheetData.comments);
this.timesheetForm.get('projectTime').patchValue(timesheetData.projectTime);
this.timesheetForm.get('adminTime').patchValue(timesheetData.adminTime);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment