UNPKG

@jaspero/ng-helpers

Version:

[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![CircleCI](https://circleci.com/gh/Jaspero/ng-helpers.svg?style=svg)](https://circleci.

8 lines 335 B
export interface SimpleChange<T> { firstChange: boolean; previousValue: T; currentValue: T; isFirstChange: () => boolean; } export declare function OnChange<T = any>(callback: (value: T, simpleChange?: SimpleChange<T>) => void): (target: any, key: PropertyKey) => void; //# sourceMappingURL=on-change.decorator.d.ts.map