UNPKG

typed-reactive-form

Version:

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

5 lines (4 loc) 94 B
export interface FormGroupDetail { property: string; constructor: new () => object; }