July 2, 2026

Server-Side Rendering in Angular – Boost Your User Experience

By default, Angular apps load in the browser. This means the client loads the application, runs the JavaScript, and only then builds the UI. This process can delay the initial rendering for large apps or on slow connections.
This is exactly where server-side rendering (SSR) comes in. The server renders the application […]

theCodeCampus Autorin Anne Naumann

Anne Naumann
Developer at thecodecampus </>


Server-Side Rendering in Angular – Booste deine User Experience

Standartmäßig werden Angular-Apps im Browser geladen, d. h. der Client lädt die Anwendung, das JavaScript wird ausgeführt und erst dann wird die UI aufgebaut. Das kann bei großen Apps oder langsamer Verbindung die erste Darstellung verzögern.
Server-Side Rendering setzt genau hier an. Die Anwendung oder Teile davon werden […]

theCodeCampus Autorin Anne Naumann

Anne Naumann
Developer at thecodecampus </>


August 19, 2022

Angular / NestJS Starter Project

Getting startet

Training Server Project To show you how to use Nest as the backend of your Angular Application ( or any Other Client Application using a HTTP Client), we have a look into a basic server we use in our trainings. The server supplies the client application with the trainings, that are […]
READ MORE

theCodeCampus Autor Janik Kessler

Janik Kessler
Developer at thecodecampus </>