• Overview
@angular/ssr

ServerRouteClient

interface

A server route that uses Client-Side Rendering (CSR) mode.

  
    interface ServerRouteClient extends ServerRouteCommon {}
  
  

Specifies that the route uses Client-Side Rendering (CSR) 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