The Wayback Machine - https://web.archive.org/web/20250910171611/https://angular.dev/api/ssr/ServerRouteServer
    • Overview
@angular/ssr

ServerRouteServer

interface

A server route that uses Server-Side Rendering (SSR) mode.

API

    
      interface ServerRouteServer extends ServerRouteCommon {}
    
    

renderMode

RenderMode.Server

Specifies that the route uses Server-Side Rendering (SSR) mode.

path

string

The path associated with this route.

headers

Record<string, string> | undefined

Optional additional headers to include in the response for this route.

status

number | undefined

Optional status code to return for this route.

Jump to details
HTTPS · web.archive.org
← Home