UNPKG

ngrx-forms

Version:

Proper integration of forms in Angular 4 applications using ngrx

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