APP_INITIALIZER
constant
A DI token that you can use to provide one or more initialization functions.
API
Description
Usage Notes
const APP_INITIALIZER: InjectionToken<readonly (() => void | Observable<unknown> | Promise<unknown>)[]>;
Jump to details