ng-xtend API documentation
    Preparing search index...

    Class HostTestFormComponent

    Same as HostTestSimpleComponent but it includes everything in a form. Just set the component type, the formGroup and the component name, and your component will be run. You can as well easily read and set the value.

    Index

    Constructors

    Properties

    builder: FormBuilder = ...

    Injected FormBuilder for creating form groups.

    controlName: InputSignal<string> = ...

    Required input for the form control name.

    createdFormGroup: Signal<FormGroup<any>> = ...

    Computed signal returning the created form group.

    formDescription: InputSignal<any> = ...

    Input for the form description object used to generate the form group.

    formGroup: InputSignal<FormGroup<any> | undefined> = ...

    Input to provide an existing FormGroup directly.

    parentFormGroup: FormGroup<
        ɵNullableFormControls<
            { [keys: string]: AbstractControl<any, any, any> },
        >,
    > = ...

    The parent FormGroup that contains the component's form group.

    type: InputSignal<Type<XtComponent<any>>> = ...

    Required input for the component type to render.

    Methods