UNPKG

ngx-amap

Version:

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

10 lines (9 loc) 320 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>; }