Help Angular by taking a 1 minute survey!Go to surveyHome

renderModule

Renders a Module to string.

See more...

renderModule<T>(module: Type<T>, options: { document?: string; url?: string; extraProviders?: StaticProvider[]; }): Promise<string>
      
      renderModule<T>(module: Type<T>, options: { document?: string; url?: string; extraProviders?: StaticProvider[]; }): Promise<string>
    
Parameters
module Type
options object
Returns

Promise<string>

Description

document is the full document HTML of the page to render, as a string. url is the URL for the current render request. extraProviders are the platform level providers for the current render request.

Do not use this in a production server environment. Use pre-compiled NgModuleFactory with renderModuleFactory instead.