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

10 lines
574 B
TypeScript
Raw Normal View History

2024-11-03 21:30:09 -05:00
import { AngularFirePerformance } from './performance';
import { PerformanceMonitoringService } from './performance.service';
import * as i0 from "@angular/core";
export declare class AngularFirePerformanceModule {
constructor(perf: AngularFirePerformance, _: PerformanceMonitoringService);
static ɵfac: i0.ɵɵFactoryDeclaration<AngularFirePerformanceModule, [null, { optional: true; }]>;
static ɵmod: i0.ɵɵNgModuleDeclaration<AngularFirePerformanceModule, never, never, never>;
static ɵinj: i0.ɵɵInjectorDeclaration<AngularFirePerformanceModule>;
}