pageFieldMapper
Maps a page field definition to component inputs.
Page fields are layout containers that don't modify the form context. The page component will inject FIELD_SIGNAL_CONTEXT directly.
Presentation
function pageFieldMapper (
fieldDef: PageField <PageAllowedChildren []>,
): Signal<Record<string, unknown>>;Returns
Signal<Record<string, unknown>> -Signal containing Record of input names to values for ngComponentOutlet
Parameters
| Name | Type | Description |
|---|---|---|
| fieldDef | | The page field definition |