This is the archived documentation for Angular v6. Please visit angular.io to see documentation for the current version of Angular.

PLATFORM_INITIALIZER

A function that will be executed when a platform is initialized.

const PLATFORM_INITIALIZER: InjectionToken<(() => void)[]>;
      
      const PLATFORM_INITIALIZER: InjectionToken<(() => void)[]>;