UNPKG

@code-art/rx-helpers

Version:

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

4 lines (3 loc) 205 B
import { MonoTypeOperatorFunction } from 'rxjs'; export declare function TakeUntilDestroyed(): ClassDecorator; export declare function takeUntilDestroyed<T>(instance: any): MonoTypeOperatorFunction<T>;