UNPKG

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

Version:
9 lines (8 loc) 279 B
import { FormGroup } from '@angular/forms'; import { NrfFormDirective } from './form.directive'; export declare class NrfFormContext { nrfForm: NrfFormDirective; $implicit: NrfFormDirective; formGroup: FormGroup; constructor(nrfForm: NrfFormDirective); }