UNPKG

@angular/fire

Version:

The official library for Firebase and Angular

7 lines (6 loc) 224 B
import { ApplicationRef, OnDestroy } from '@angular/core'; export declare class PerformanceMonitoringService implements OnDestroy { private disposable; constructor(appRef: ApplicationRef); ngOnDestroy(): void; }