UNPKG

ngrx-forms

Version:

Proper integration of forms in Angular 4 applications using ngrx

13 lines (12 loc) 736 B
import { EventEmitter } from '@angular/core'; import { Actions } from '../actions'; import { KeyValue } from '../state'; import { NgrxFormDirective } from './directive'; import * as i0 from "@angular/core"; export declare class NgrxLocalFormDirective<TStateValue extends KeyValue> extends NgrxFormDirective<TStateValue> { ngrxFormsAction: EventEmitter<Actions<TStateValue>>; constructor(); protected dispatchAction(action: Actions<TStateValue>): void; static ɵfac: i0.ɵɵFactoryDeclaration<NgrxLocalFormDirective<any>, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<NgrxLocalFormDirective<any>, "form[ngrxFormState][ngrxFormsAction]", never, {}, { "ngrxFormsAction": "ngrxFormsAction"; }, never>; }