UNPKG

ngx-firebase-cms

Version:

Angular Content Management System using Google Firebase (Authentication, Storage & Firestore)

11 lines (10 loc) 315 B
import { Observable } from 'rxjs'; export declare class UnsubscriptionService { constructor(); componentDestroyed(component: { ngOnDestroy(): void; }): Observable<true>; untilComponentDestroyed<T>(component: { ngOnDestroy(): void; }): (source: Observable<T>) => Observable<T>; }