Interface
FieldRegistryWrappers
@ng-forge/dynamic-forms
Wrapper type registry for module augmentation.
Augment this interface to add type-safe wrapper type definitions.
Signature
interface FieldRegistryWrappersProperties
| Name | Type | Description |
|---|---|---|
css | CssWrapper | - |
row | RowWrapper | - |
Examples
declare module '@ng-forge/dynamic-forms' {
interface FieldRegistryWrappers {
'section': MySectionFieldDef
}
}packages/dynamic-forms/src/lib/models/registry/field-registry.ts:62