@angular/platform-server/init

From Get docs
< @angular/platform-serverAngular/docs/latest/api/platform-server/init


@angular/platform-server/init

entry-point

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.

Entry point exports

No public exports.


© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://angular.io/api/platform-server/init