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

renderModule

function
stable

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

API

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