• Overview
@angular/ssr

ServerRoutesConfigOptions

interface
Deprecated

Configuration options for server routes.

API

  
    interface ServerRoutesConfigOptions {}
  
  

appShellRoute

string | undefined

Defines the route to be used as the app shell, which serves as the main entry point for the application. This route is often used to enable server-side rendering of the application shell for requests that do not match any specific server route.

Description

Configuration options for server routes.

This interface defines the optional settings available for configuring server routes in the server-side environment, such as specifying a path to the app shell route.

Jump to details