angular-ssr
angular-ssr copied to clipboard
Angular 18 Example SSR (Server Side Rendering)
@ganatan is there any solution you provided for flickering issue? [rerendering issue](https://github.com/angular/universal/issues/1164)
After deploy to IIS , get following error: ``` iisnode encountered an error when processing the request. HRESULT: 0x2 HTTP status: 500 HTTP subStatus: 1002 HTTP reason: Internal Server Error...
Hello, I copied your project with "git clone" and ran the command "npm run build: ssr && npm run serve: ssr". "localhost: 4000" works without problems. Then I uploaded the...
Can you provide a instruction how to deploy your example to Azure App Service. It is really problem. 1. How to create a build pipline with build ssr 2. How...
What is the best way to deploy the Angular SSR app on production using Docker?
Hi, Firstly, I am a big fan of what you do here 👏 Do you think about adding i18n support? I'm particularly interested in multiple languages using prerendering, maybe using...
SSR is incomplete without server side authentication. And it is not available anywhere in current demo