Milos Brdar
Results
2
comments of
Milos Brdar
This is exact use case that I have. I really hope PR will be merged.
You can add REQUEST and RESPONSE providers to the server.ts ` commonEngine .render({ bootstrap: AppServerModule, documentFilePath: indexHtml, url: `${protocol}://${headers.host}${originalUrl}`, publicPath: distFolder, providers: [ {provide: APP_BASE_HREF, useValue: baseUrl}, {provide: 'REQUEST', useValue:...