[ Web Proxy ]
URL:
Viewing: https://angular.dev/api/ssr/node/CommonEngineOptions [Back]  [Original]

CommonEngineOptions Angular Skip to main content
menu
close
more_horiz
menuAPI
@angular/ssr/node

CommonEngineOptions

interface
deprecatedsince v22

Deprecation warning

Use AngularNodeAppEngine or AngularAppEngine instead. Deprecated since v22.

orthos-back.svg [orthos-back.svg]

On this page

    arrow_upward_alt Back to the top

    API

        
          interface CommonEngineOptions {  bootstrap?: Type<{}> | ((context: BootstrapContext) => Promise<ApplicationRef>) | undefined;  providers?: StaticProvider[] | undefined;  enablePerformanceProfiler?: boolean | undefined;  allowedHosts?: readonly string[] | undefined;}
        
        

    bootstrap

    Type<{}> | ((context: BootstrapContext) => Promise<ApplicationRef>) | undefined

    A method that when invoked returns a promise that returns an ApplicationRef instance once resolved or an NgModule.

    providers

    StaticProvider[] | undefined

    A set of platform level providers for all requests.

    enablePerformanceProfiler

    boolean | undefined

    Enable request performance profiling data collection and printing the results in the server console.

    allowedHosts

    readonly string[] | undefined

    A set of hostnames that are allowed to access the server.

    Jump to details

    Web Proxy Viewer  |  New URL  |  Original Page