UNPKG

@studiohyperdrive/ngx-utils

Version:

A series of abstracts, utils, pipes and services for Angular applications.

8 lines (7 loc) 292 B
import { SimpleChange } from '@angular/core'; /** * Method checks if given value has changed * @param {SimpleChange} value: value to check * @returns {boolean} whether or not if the given input has changed */ export declare const simpleChangeHasChanged: (value: SimpleChange) => boolean;