@webdev-tools/ng-nested-reactive-forms
Version:
Implement Nested FormControl for Angular Reactive Forms.
9 lines (8 loc) • 339 B
TypeScript
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;
}