On this page
ServerTransferStateModule
class
npm Package | @angular/platform-server |
---|---|
Module | import { ServerTransferStateModule } from '@angular/platform-server'; |
Source | platform-server/src/transfer_state.ts |
Overview
class ServerTransferStateModule {
}
Description
NgModule to install on the server side while using the TransferState
to transfer state from server to client.
Annotations
@NgModule({ providers: [ TransferState, { provide: BEFORE_APP_SERIALIZED, useFactory: serializeTransferStateFactory, deps: [DOCUMENT, APP_ID, TransferState], multi: true } ] })
© 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v5.angular.io/api/platform-server/ServerTransferStateModule