@vendasta/store
Version:
Components and data for Store
11 lines (10 loc) • 488 B
TypeScript
import { FieldBase } from './field-base';
import { FormControl, FormGroup } from '@angular/forms';
import { Subscription } from 'rxjs';
import * as i0 from "@angular/core";
export declare class FieldService {
createFormControl(field: FieldBase<any>): FormControl;
toFormGroup(formFields: FieldBase<any>[], subscriptions: Subscription[]): FormGroup;
static ɵfac: i0.ɵɵFactoryDeclaration<FieldService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<FieldService>;
}