The following examples exercise the various inputs.
control is the FormControl instance<va-hours-of-operation [control]="control1"></va-hours-of-operation>class FormsInputDocComponent {
...
constructor(..., private fb: FormBuilder) {
this.control1 = this.fb.control({});
}
}