ng-forgeDynamic Forms
Getting StartedConfigurationFeature OverviewAPI-Driven FormsExamples
Text Inputs Selection Fields Buttons & Actions Utility Fields Advanced Controls
Basics Advanced Custom Validators Reference
Overview Angular Schema Zod Validation
Conditional Logic Value Derivation Internationalization (i18n) Form Submission
Form Groups Form Pages Form Rows Container Fields
Simplified API Complete API
Hidden Fields Text Components
Overview Writing a Wrapper Registering and Applying
Adding Custom Fields Expression Parser Security Type Safety Events Value Exclusion
Migrating from ngx-formlyAI Integration (MCP)OpenAPI GeneratorAPI Reference
DiscordGitHub
Material Material API ReferenceFormMode
Type

FormMode

@ng-forge/dynamic-forms

Form mode enumeration distinguishing between paged and non-paged forms

Signature

type FormMode = 'paged' | 'non-paged';

Properties

NameTypeDescription
"non-paged" literal-
"paged" literal-

packages/dynamic-forms/src/lib/models/types/form-mode.ts:29