Options for the Angular Node.js server application engine.
API
interface AngularNodeAppEngineOptions extends AngularAppEngineOptions {
override allowedHosts?: readonly string[] | undefined;
}
allowedHosts
readonly string[] | undefinedA set of allowed hostnames for the server application.