• Overview
@angular/ssr/node

CommonEngineRenderOptions

interface
  
    interface CommonEngineRenderOptions {}
  
  

bootstrap

Type<{}> | (() => 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 the current request.

url

string | undefined

document

string | undefined

documentFilePath

string | undefined

inlineCriticalCss

boolean | undefined

Reduce render blocking requests by inlining critical CSS. Defaults to true.

publicPath

string | undefined

Base path location of index file. Defaults to the 'documentFilePath' dirname when not provided.

Jump to details