Cookies concent notice

This site uses cookies from Google to deliver its services and to analyze traffic.
Learn more
Skip to main content
Say hello to Angular's future home!Check out Angular.devHome
/

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.