ng-forgeng-forge
What is Dynamic Forms? Installation
Material Design PREVIEW Bootstrap PREVIEW PrimeNG PREVIEW Ionic PREVIEW
Field Types Validation Conditional Logic Type Safety Form Submission Internationalization (i18n) Event Bus
Form Rows Form Groups Form Arrays Form Pages Text Components
User Registration Form Contact Form Login Form Paginated Form (Multi-Step) Conditional Logic Showcase
Expression Parser Security Configuration Custom Integrations
API Reference
dynamic-forms / Interface

FieldRegistryContainers

Container fields registry - augment this interface to add custom container fields

Properties

NameTypeDescription
array
ArrayField<readonly ArrayAllowedChildren[]>
group
GroupField<readonly GroupAllowedChildren[]>
page
PageField<PageAllowedChildren[]>
row
RowField<readonly RowAllowedChildren[]>

Example usage

declare module '@ng-forge/dynamic-forms' {
  interface FieldRegistryContainers {
    'my-container': MyContainerFieldDef;
  }
}
  • Properties
  • Example usage