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.

8 lines (7 loc) 202 B
export declare enum AppearanceEnum { Standard = "standard", Fill = "fill", Outline = "outline", Lagancy = "legacy" } export type Appearance = 'standard' | 'fill' | 'outline' | 'legacy';