Skip to content

Instantly share code, notes, and snippets.

@chasebaker21
Last active November 19, 2020 15:23
Embed
What would you like to do?
export class TimesheetSubmitComponent implements OnInit {
adminTimesheet = [];
projectTimesheet = [];
timesheetForm: FormGroup;
adminForm: FormGroup;
projectForm: FormGroup;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment