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) 110 B
import { Signal } from '@angular/core'; export declare function computedPrevious<T>(s: Signal<T>): Signal<T>;