@angular/platform-server

BEFORE_APP_SERIALIZED

constant

A function that will be executed when calling renderApplication or renderModule just before current platform state is rendered to string.

const BEFORE_APP_SERIALIZED: InjectionToken<readonly (() => void | Promise<void>)[]>;
Jump to details