• Overview
@angular/ssr

AngularAppEngineOptions

interface

Options for the Angular server application engine.

API

    
      interface AngularAppEngineOptions {  allowedHosts?: readonly string[] | undefined;}
    
    

allowedHosts

readonly string[] | undefined

A set of allowed hostnames for the server application.

Jump to details