UNPKG

447 BTypeScriptView Raw
1import { SimpleChanges } from '@angular/core';
2export declare class ChangeFilterV2 {
3 private subject;
4 private subscriptions;
5 doFilter(changes: SimpleChanges): void;
6 dispose(): void;
7 notEmpty<T>(key: string, handler: (t: T) => void): void;
8 has<T>(key: string, handler: (t: T) => void): void;
9 notFirst<T>(key: string, handler: (t: T) => void): void;
10 notFirstAndEmpty<T>(key: string, handler: (t: T) => void): void;
11}
12
\No newline at end of file