APP_BOOTSTRAP_LISTENER
constant
A DI token that provides a set of callbacks to be called for every component that is bootstrapped.
API
Description
const APP_BOOTSTRAP_LISTENER: InjectionToken<readonly ((compRef: ComponentRef<any>) => void)[]>;
Jump to details