UNPKG

@angular/platform-server

Version:

Angular - library for using Angular in Node.js

11 lines (10 loc) 383 B
import { TransferState } from '@angular/platform-browser'; export declare function serializeTransferStateFactory(doc: Document, appId: string, transferStore: TransferState): () => void; /** * NgModule to install on the server side while using the `TransferState` to transfer state from * server to client. * * @experimental */ export declare class ServerTransferStateModule { }