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 TextAddonComponentProperties
| Name | Type | Description |
|---|---|---|
addon | InputSignal<TextAddon> | - |
fieldInputs | InputSignal<WrapperFieldInputs | undefined> | Accepted for contract uniformity — NgComponentOutlet setInput is strict; every kind must declare it. |
packages/dynamic-forms/src/lib/addons/text-addon.component.ts:14