UNPKG

@zarlex/ngx-accessor

Version:

This library provides an adapter to interact with Angular forms. It also provides an adapter to work with object signals and forms

6 lines (5 loc) 160 B
/** * Set property of object by path in dot notation */ import { SetProperty } from '../type-utils/set.types'; export declare const setProperty: SetProperty;