Skip to content

Instantly share code, notes, and snippets.

@chasebaker21
Last active November 19, 2020 15:23
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/8af7fe7b73dd94afc5c71c1eff0900fd to your computer and use it in GitHub Desktop.
Save chasebaker21/8af7fe7b73dd94afc5c71c1eff0900fd to your computer and use it in GitHub Desktop.
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