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

3 lines (2 loc) 184 B
import { GetPropertyType } from './get.types'; export type SetProperty = <TObject, TPath extends string>(object: TObject, path: TPath, value: GetPropertyType<TObject, TPath>) => void;