angular/packages/platform-server/init/PACKAGE.md
hawkgs 8d6ea5bae3 docs: fix missing alert block styles in the API reference (#59020)
Substitute legacy alert classes with the new ones.

PR Close #59020
2024-12-04 11:02:42 +01:00

612 B

Initializes the server environment for rendering an Angular application.

For example, it provides shims (such as DOM globals) for the server environment.

The initialization happens as a side effect of importing the entry point (i.e. there are no specific exports):

import '@angular/platform-server/init';

The import must come before any imports (direct or transitive) that rely on DOM built-ins being available.