Options for the Angular server application engine.
API
interface AngularAppEngineOptions {
allowedHosts?: readonly string[] | undefined;
}
allowedHosts
readonly string[] | undefinedA set of allowed hostnames for the server application.
Options for the Angular server application engine.
interface AngularAppEngineOptions {
allowedHosts?: readonly string[] | undefined;
}
readonly string[] | undefinedA set of allowed hostnames for the server application.
Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/ssr/AngularAppEngineOptions