About This App

This Angular application demonstrates server-side rendering (SSR) using Angular Universal.

Technology Stack

  • Angular 17+ - Modern web framework
  • Angular Universal - Server-side rendering
  • Express.js - Node.js web server
  • TypeScript - Type-safe JavaScript

How SSR Works

When a request comes in, the Express server renders the Angular application on the server and sends fully rendered HTML to the client. This allows search engines to crawl the content and improves initial load performance.