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 and used by provideDynamicForm()ContainerFieldComponent to
resolve wrapper types to their component implementations.
Signature
const WRAPPER_REGISTRY: InjectionToken<Map<string, WrapperTypeDefinition<RowWrapper | CssWrapper>>>packages/dynamic-forms/src/lib/models/wrapper-type.ts:127