APP_BOOTSTRAP_LISTENER
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)[]>;
说明
(componentRef: ComponentRef) => void
.