| 1 | import {mergeApplicationConfig, ApplicationConfig} from '@angular/core'; |
| 2 | import {provideServerRendering, withRoutes} from '@angular/ssr'; |
| 3 | import {appConfig} from './app.config'; |
| 4 | import {serverRoutes} from './app.routes.server'; |
nothing calls this directly
no test coverage detected