ng-forgeDynamic Forms
Installation Quick Start
Material Design PREVIEW Bootstrap PREVIEW PrimeNG PREVIEW Ionic PREVIEW
Field Types
Basics Reference Advanced Custom Validators
Conditional Logic Derivation Internationalization (i18n) Form Submission
Form Rows Form Groups Form Pages
Simplified API Complete API
Text Components Hidden Fields
Overview Angular Schema Zod Validation
Type Safety Events Expression Parser Security Custom Integrations Value Exclusion
AI Integration (MCP) API Reference
dynamic-forms / Interface

AndCondition

Logical AND — all sub-conditions must be true.

Properties

NameTypeDescription
conditions
ConditionalExpression[]

Sub-conditions that must all evaluate to true

type
"and"
  • Properties