Component

TextAddonComponent

@ng-forge/dynamic-forms

Renderer for the universal text addon kind.

Renders the addon's text (a DynamicText) inside a span. Decorative — sets aria-hidden="true" on the host so screen readers skip it; users who need announcement should use a *-button kind with ariaLabel instead.

Signature

class TextAddonComponent

Properties

NameTypeDescription
addon InputSignal<TextAddon>-
fieldInputs InputSignal<WrapperFieldInputs | undefined>Accepted for contract uniformity — NgComponentOutlet setInput is strict; every kind must declare it.