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.

11 lines (10 loc) 259 B
import { Appearance } from "./appearance.model"; import { Color } from "./color.model"; export declare class ParentConfig { appearance: Appearance; color: Color; constructor(param: { appearance: Appearance; color: Color; }); }