UNPKG

ngrx-forms

Version:

Proper integration of forms in Angular 4 applications using ngrx

4 lines (3 loc) 253 B
import { Actions } from '../../actions'; import { FormGroupState, KeyValue } from '../../state'; export declare function clearAsyncErrorReducer<TValue extends KeyValue>(state: FormGroupState<TValue>, action: Actions<TValue>): FormGroupState<TValue>;