| 1 | import { ApplicationConfig, inject, provideExperimentalZonelessChangeDetection } from '@angular/core'; |
| 2 | import { connectAuthEmulator, getAuth, provideAuth } from '@angular/fire/auth'; |
| 3 | import { provideClientHydration, withIncrementalHydration } from '@angular/platform-browser'; |
| 4 | import { provideRouter } from '@angular/router'; |
nothing calls this directly
no test coverage detected