linkBEFORE_APP_SERIALIZED
npm Package | @angular/platform-server |
---|---|
Module | import { BEFORE_APP_SERIALIZED } from '@angular/platform-server'; |
Source | platform-server/src/tokens.ts |
const BEFORE_APP_SERIALIZED: any;
linkDescription
A function that will be executed when calling renderModuleFactory
or renderModule
just
before current platform state is rendered to string.