| 1 | import {provideHttpClient} from '@angular/common/http'; |
| 2 | import {ApplicationConfig} from '@angular/core'; |
| 3 | import {provideClientHydration, withIncrementalHydration} from '@angular/platform-browser'; |
| 4 | import {provideRouter} from '@angular/router'; |
nothing calls this directly
no test coverage detected