• 概要
@angular/platform-server

BEFORE_APP_SERIALIZED

constant
stable

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

API

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