UNPKG

@code-art/rx-helpers

Version:

A library with Rxjs operators that can be used in your Angular 8 projects.

4 lines (3 loc) 172 B
import { NgZone } from '@angular/core'; import { MonoTypeOperatorFunction } from 'rxjs'; export declare function withZone<T>(zone: NgZone): MonoTypeOperatorFunction<T>;