Kargi-Sitesi/node_modules/@angular/fire/compat/performance/performance.service.d.ts

10 lines
422 B
TypeScript
Raw Normal View History

2024-11-03 21:30:09 -05:00
import { ApplicationRef, OnDestroy } from '@angular/core';
import * as i0 from "@angular/core";
export declare class PerformanceMonitoringService implements OnDestroy {
private disposable;
constructor(appRef: ApplicationRef);
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<PerformanceMonitoringService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<PerformanceMonitoringService>;
}