• Overview
@angular/ssr

AngularAppEngineOptions

interface

Options for the Angular server application engine.

API

    
      interface AngularAppEngineOptions {}
    
    

allowedHosts

readonly string[] | undefined

A set of allowed hostnames for the server application.

trustProxyHeaders

boolean | readonly string[] | undefined

Extends the scope of trusted proxy headers (X-Forwarded-*).

Jump to details