Angular 19.1.3 - Served by express

Try navigating to:

This server error page (Server returns a 404, app shows the dedicated routed component)

This server redirect page (a 301 served by the server)

This client only page (no SSR, pure CSR)

The home page, SSR'd


Those routes are defined in src/app/app.routes.server.ts

After ServerRoutes, the regular router takes over src/app/app.routes.ts

DummyComponent works