FieldRegistryContainers
Container fields registry - augment this interface to add custom container fields
Properties
| Name | Type | Description |
|---|---|---|
| array | | |
| group | | |
| page | | |
| row | |
Example usage
declare module '@ng-forge/dynamic-forms' {
interface FieldRegistryContainers {
'my-container': MyContainerFieldDef;
}
}