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

9 lines
574 B
TypeScript

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>;
}