Const

WRAPPER_REGISTRY

@ng-forge/dynamic-forms

Injection token for the wrapper type registry.

Provides access to the map of registered wrapper types. The registry is populated via provideDynamicForm() and used by ContainerFieldComponent to resolve wrapper types to their component implementations.

Signature

const WRAPPER_REGISTRY: InjectionToken<Map<string, WrapperTypeDefinition<RowWrapper | CssWrapper>>>