Skip to content

Instantly share code, notes, and snippets.

View chasebaker21's full-sized avatar
🤓

chasebaker21 chasebaker21

🤓
View GitHub Profile
initDataSource(data: any) {
this.adminTimesheet = data.adminTime;
this.projectTimesheet = data.projectTime;
this.patchValues(data);
}