FormGroup Service¶
-
class
FormGroupService()¶ exported from
src/app/forms/form-group.service-
FormGroupService.modelToFormGroup(model)¶ Create a new FormGroup for use with reactive forms.
Arguments: - model (src/app/api/apimodel.ApiModel) – the source ApiModel to create a FormGroup for
Returns: FormGroup –
-
FormGroupService.new FormGroupService()¶ Returns: src/app/forms/form-group.service.FormGroupService –
-