UNPKG

@angular/platform-server

Version:

Angular - library for using Angular in Node.js

18 lines (17 loc) 346 B
/** * Representation of the current platform state. * * @experimental */ export declare class PlatformState { private _doc; constructor(_doc: any); /** * Renders the current state of the platform to string. */ renderToString(): string; /** * Returns the current DOM state. */ getDocument(): any; }