src/app/shared/dynamic-form/directives/dynamic-form-field.directive.ts
DynamicFormInputComponent
OnInit
| Selector | [dynamicFormField] |
Properties |
Methods |
Inputs |
constructor(resolver: ComponentFactoryResolver, container: ViewContainerRef)
|
|||||||||
|
Parameters :
|
| formGroup | |
Type : FormGroup
|
|
| formInput | |
Type : DynamicFormInput<any>
|
|
| ngOnInit |
ngOnInit()
|
|
Returns :
void
|
| formInputComponent |
Type : ComponentRef<DynamicFormInputComponentsType>
|