Skip to content

Instantly share code, notes, and snippets.

@chasebaker21
Last active November 19, 2020 15:19
Embed
What would you like to do?
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