UNPKG

ngx-echarts

Version:

<!-- Badges section here. --> [![npm](https://img.shields.io/npm/v/ngx-echarts.svg)][npm-badge-url] [![npm](https://img.shields.io/npm/dm/ngx-echarts.svg)][npm-badge-url] [![Build Status](https://travis-ci.org/xieziyu/ngx-echarts.svg?branch=master)][ci

12 lines (11 loc) 431 B
import { SimpleChanges } from '@angular/core'; import { Observable } from 'rxjs'; export declare class ChangeFilter { private _changes; constructor(_changes: SimpleChanges); static of(changes: SimpleChanges): ChangeFilter; notEmpty<T>(key: string): Observable<T>; has<T>(key: string): Observable<T>; notFirst<T>(key: string): Observable<T>; notFirstAndEmpty<T>(key: string): Observable<T>; }