UNPKG

ngx-form-lib

Version:

Dynamic form library for Angular 18 with Material 3 support. Create complex reactive forms easily using JSON configuration with modern Angular 18 control flow syntax.

9 lines (8 loc) 213 B
export interface Dependency { type: 'hidden' | 'disabled' | 'value-change'; value: unknown; valueIn?: unknown[]; fieldPath: string; fieldPathIn?: string[]; setDependentValueTo?: unknown; }