UNPKG

typed-reactive-form

Version:

Allows creation of a ReactiveForm based on a class with its properties properly decorated.

5 lines (4 loc) 159 B
import { FormGroup } from '@angular/forms'; export declare class TypedReactiveForm<T> extends FormGroup { constructor(c: new () => T, context?: string); }