MCPcopy Index your code
hub / github.com/angular/angularfire / constructor

Method constructor

src/performance/performance.ts:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20
21export class PerformanceInstances {
22 constructor() {
23 return ɵgetAllInstancesOf<FirebasePerformance>(PERFORMANCE_PROVIDER_NAME);
24 }
25}
26
27export const performanceInstance$ = timer(0, 300).pipe(

Callers

nothing calls this directly

Calls 1

ɵgetAllInstancesOfFunction · 0.85

Tested by

no test coverage detected