On this page
APP_BOOTSTRAP_LISTENER
const
All callbacks provided via this token will be called for every component that is bootstrapped. Signature of the callback:
const APP_BOOTSTRAP_LISTENER: InjectionToken<((compRef: ComponentRef<any>) => void)[]>;
Description
(componentRef: ComponentRef) => void
.
© 2010–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v7.angular.io/api/core/APP_BOOTSTRAP_LISTENER