ServerTransferStateModule
NgModule to install on the server side while using the TransferState
to transfer state from
server to client.
Deprecated: no longer needed, you can inject the TransferState
in an app without providing
this module.
class ServerTransferStateModule {
}
Description
Note: this module is not needed if the renderApplication
function is used.
The renderApplication
makes all providers from this module available in the application.