| 1 | import { isPlatformServer } from '@angular/common'; |
| 2 | import { EnvironmentInjector, Inject, Injectable, InjectionToken, NgZone, Optional, PLATFORM_ID, inject } from '@angular/core'; |
| 3 | import { pendingUntilEvent } from '@angular/core/rxjs-interop'; |
| 4 | import { ɵAngularFireSchedulers } from '@angular/fire'; |
nothing calls this directly
no test coverage detected