The Wayback Machine - https://web.archive.org/web/20240920155748/https://angular.dev/api/platform-server/renderModule/
@angular/platform-server

renderModule

function

Bootstraps an application using provided NgModule and serializes the page content to string.

  
    renderModule(  moduleType: Type<T>,  options: { document?: string | Document; url?: string; extraProviders?: StaticProvider[]; }): Promise<string>;
  
  
Jump to details
HTTPS · web.archive.org
← Home