Injected FormBuilder for creating form groups.
Input for the form control name.
Computed signal returning the created form group.
Input for the form description used to generate the form group.
Input to provide an existing FormGroup directly.
The parent FormGroup that contains the component's form group.
Injected resolver service for type resolution.
Computed signal that builds the XtBaseContext from form group and control name.
Input for the value type string.
Static ReadonlyCONTROL_Default control name used if none is provided.
A callback method that is invoked immediately after the default change detector has checked the directive's data-bound properties for the first time, and before any of the view or content children have been checked. It is invoked only once when the directive is instantiated.
Patches a form control with a new value.
The name of the control to patch
The value to set
Retrieves the current value from a form control.
The name of the control to read
The current form value
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.