UNPKG

ngrx-forms

Version:

Proper integration of forms in Angular 4 applications using ngrx

4 lines (3 loc) 222 B
import { Actions } from '../../actions'; import { FormArrayState } from '../../state'; export declare function setErrorsReducer<TValue>(state: FormArrayState<TValue>, action: Actions<TValue[]>): FormArrayState<TValue>;