Function: cleanupAppBootstrap()
function cleanupAppBootstrap(options: {
cleanupRefs: AppBootstrapCleanupRefs;
}): void;
Defined in: src/app/bootstrap/appBootstrap.ts:73
Clean up bootstrap-related subscriptions.
Parametersโ
optionsโ
cleanupRefsโ
Returnsโ
void