UNPKG

lc-forms

Version:

Is a library for simplified object-based creation and validation of forms in Angular/Angular Universal. The library is inspired by [angular.io dynamic forms](https://angular.io/docs/ts/latest/cookbook/dynamic-form.html) and [Filip Lauc's](https://github.c

5 lines (4 loc) 133 B
import { LCElement } from './lc-forms.interface'; export declare class LCFormService { create(elements: LCElement[]): any; }