• Overview
@angular/ssr

ServerRoutePrerender

interface

A server route that uses Static Site Generation (SSG) mode.

  
    interface ServerRoutePrerender extends Omit<ServerRouteCommon, 'status'> {}
  
  

Specifies that the route uses Static Site Generation (SSG) mode.

fallback

undefined

Fallback cannot be specified unless getPrerenderParams is used.

path

string

The path associated with this route.

headers

Record<string, string> | undefined

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

Jump to details