The Wayback Machine - https://web.archive.org/web/20250915164804/https://angular.dev/api/ssr/node/CommonEngineOptions
    • Overview
@angular/ssr/node

CommonEngineOptions

interface

API

    
      interface CommonEngineOptions {}
    
    

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.

Jump to details
HTTPS · web.archive.org
← Home