UNPKG

@angular-redux-ivy/form

Version:

Build Angular 2+ forms with Redux

4 lines (3 loc) 249 B
import { ControlContainer, ControlValueAccessor } from '@angular/forms'; export declare function controlPath(name: string, parent: ControlContainer): string[]; export declare function isBuiltInAccessor(valueAccessor: ControlValueAccessor): boolean;