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.

7 lines (6 loc) 156 B
import { Dependency } from "./dependency.model"; export interface Facets { hidden?: boolean; disabled?: boolean; dependencies?: Dependency[]; }