linkPlatformState
npm Package | @angular/platform-server |
---|---|
Module | import { PlatformState } from '@angular/platform-server'; |
Source | platform-server/src/platform_state.ts |
linkOverview
class PlatformState {
constructor(_doc: any)
renderToString(): string
getDocument(): any
}
linkDescription
Representation of the current platform state.
linkConstructor
linkMembers
linkAnnotations
@Injectable()