UNPKG

@webdev-tools/ng-nested-reactive-forms

Version:
11 lines (10 loc) 316 B
import { FormGroup } from '@angular/forms'; import { NrfFormDirective } from './form.directive'; export declare class NrfSubmitData { nrfForm: NrfFormDirective; formData: any; entity: any; formGroup: FormGroup; event: Event; constructor(nrfForm: NrfFormDirective, $event: Event); }