Interface: RunAppBootstrapOptions
Defined in: src/app/bootstrap/appBootstrap.ts:71
Options for runAppBootstrap.
Propertiesโ
cleanupRefsโ
cleanupRefs:
AppBootstrapCleanupRefs
Defined in: src/app/bootstrap/appBootstrap.ts:72
setIsInitializedโ
setIsInitialized: (
next:boolean) =>void
Defined in: src/app/bootstrap/appBootstrap.ts:74
Mark the app as fully initialized (used to enable loading overlays).
Parametersโ
nextโ
boolean
Returnsโ
void
subscribeToUpdateStatusEventsโ
subscribeToUpdateStatusEvents: () => () =>
void
Defined in: src/app/bootstrap/appBootstrap.ts:75
Returnsโ
() => void
updateCountRefsโ
updateCountRefs:
AppBootstrapUpdateCountRefs
Defined in: src/app/bootstrap/appBootstrap.ts:76