()
| 20 | |
| 21 | export class PerformanceInstances { |
| 22 | constructor() { |
| 23 | return ɵgetAllInstancesOf<FirebasePerformance>(PERFORMANCE_PROVIDER_NAME); |
| 24 | } |
| 25 | } |
| 26 | |
| 27 | export const performanceInstance$ = timer(0, 300).pipe( |
nothing calls this directly
no test coverage detected