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

FieldRegistryLeaves

Leaf fields registry - augment this interface to add custom leaf fields

Properties

NameTypeDescription
text
TextField

Example usage

declare module '@ng-forge/dynamic-forms' {
  interface FieldRegistryLeaves {
    'my-input': MyInputFieldDef;
  }
}
  • Properties
  • Example usage