UNPKG

@ngneat/reactive-forms

Version:

(Angular Reactive) Forms with Benefits

8 lines (7 loc) 358 B
import { MonoTypeOperatorFunction } from 'rxjs'; /** * An operator which is used to filter valueChanges$ output, that it would emit only changed parts. * * @return {MonoTypeOperatorFunction} An Observable that emits items from the source Observable with only changed values. */ export declare function diff<T>(): MonoTypeOperatorFunction<T | undefined>;