UNPKG

@webdev-tools/ng-nested-reactive-forms

Version:
9 lines (8 loc) 339 B
export declare class NrfModelSetterService { getValue(path: string, model: any | any[], separator?: string): any | null; private piecesReducer; setValue(path: string, value: any, model: object | any[], separator?: string): void; private getTargetPropToSet; private isArrayKey; private generatePathPieces; }