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/b8b0e8a4438051585f9da43b605757cb to your computer and use it in GitHub Desktop.
Save chasebaker21/b8b0e8a4438051585f9da43b605757cb to your computer and use it in GitHub Desktop.
initDataSource(data: any) {
this.adminTimesheet = data.adminTime;
this.projectTimesheet = data.projectTime;
this.patchValues(data);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment