UNPKG

rx-form-mapper

Version:

Proper decorator-based transformation / serialization / deserialization of plain javascript classes to angular reactive forms

4 lines (3 loc) 163 B
import { Type } from '@angular/core'; import 'reflect-metadata'; export declare function FormGroup(type?: Type<any>): (target: any, propertyName: string) => void;