ngx-echarts
Version:
<div align="center"> <a href="https://xieziyu.github.io/ngx-echarts"> <img src="./src/assets/img/logo.svg" alt="Logo" width="80"> </a> <h3 align="center">NGX-ECHARTS</h3> <p align="center"> Angular directive for <a href="https://github.com
12 lines (11 loc) • 447 B
TypeScript
import { SimpleChanges } from '@angular/core';
export declare class ChangeFilterV2 {
private subject;
private subscriptions;
doFilter(changes: SimpleChanges): void;
dispose(): void;
notEmpty<T>(key: string, handler: (t: T) => void): void;
has<T>(key: string, handler: (t: T) => void): void;
notFirst<T>(key: string, handler: (t: T) => void): void;
notFirstAndEmpty<T>(key: string, handler: (t: T) => void): void;
}