UNPKG

@alyle/ui

Version:

Minimal Design, a set of components for Angular

4 lines (3 loc) 194 B
import { OnDestroy } from '@angular/core'; import { Observable } from 'rxjs'; export declare function untilComponentDestroyed<T>(component: OnDestroy): (source: Observable<T>) => Observable<T>;