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

renderApplication

function

Bootstraps an instance of an Angular application and renders it to a string.

  
    renderApplication(  bootstrap: () => Promise<ApplicationRef>,  options: { document?: string | Document; url?: string; platformProviders?: Provider[]; }): Promise<string>;
  
  
Jump to details
HTTPS · web.archive.org
← Home