Experimental Const
Variable Export
export APP_BOOTSTRAP_LISTENER
All callbacks provided via this token will be called for every component that is bootstrapped. Signature of the callback:
(componentRef: ComponentRef) => void
.
exported from @angular/core/index defined in @angular/core/src/application_tokens.ts
Please login to continue.