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.

6 lines (5 loc) 126 B
import { Field } from './field.model'; export interface Section { sectionHeader?: string; fields: Field<unknown>[]; }