Cookies concent notice

This site uses cookies from Google to deliver its services and to analyze traffic.
Learn more
Skip to main content
This site is no longer updated.Head to Angular.devHome
/

This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of Angular.

ServerTransferStateModule

NgModule to install on the server side while using the TransferState to transfer state from server to client.

See more...

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.