@angular/platform-server
Entry points
Primary
@angular/platform-server |
Secondary
@angular/platform-server/testing |
Primary entry point exports
NgModules
ServerModule |
The ng module for the server. |
ServerTransferStateModule |
NgModule to install on the server side while using the |
Classes
PlatformState |
Representation of the current platform state. |
Functions
renderModule |
Renders a Module to string. |
renderModuleFactory |
Renders a |
Structures
PlatformConfig |
Config object passed to initialize the platform. |
Types
BEFORE_APP_SERIALIZED |
A function that will be executed when calling |
INITIAL_CONFIG |
The DI token for setting the initial config for the platform. |
platformDynamicServer |
The server platform that supports the runtime compiler. |
platformServer |