• Overview
@angular/ssr

ServerRoutesConfigOptions

interface

Configuration options for server routes.

  
    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.

Jump to details