Const
DEFAULT_WRAPPERS
@ng-forge/dynamic-forms
Injection token for form-level default wrappers.
Provides a Signal of the defaultWrappers array from FormConfig. Consumed by
DfFieldOutlet / ContainerFieldComponent to merge into each field's
effective wrapper chain (lowest priority after auto-associations, higher
than field-level wrappers).
Provided once at the DynamicForm level and inherited via Angular's hierarchical injector.
Signature
const DEFAULT_WRAPPERS: InjectionToken<Signal<readonly WrapperConfig[]>>packages/dynamic-forms/src/lib/models/field-signal-context.token.ts:19