| 1 | import { provideHttpClient, withInterceptors } from '@angular/common/http'; |
| 2 | import { ApplicationConfig, mergeApplicationConfig } from '@angular/core'; |
| 3 | import { provideServerRendering, withRoutes } from '@angular/ssr'; |
| 4 | import { isrHttpInterceptors, provideISR } from '@rx-angular/isr/server'; |
nothing calls this directly
no test coverage detected