You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2020. It is now read-only.
Since CoreDefinitionService::loadDefinitions() and SchemaService::loadSchema() don’t return observables (they return undefined), there is no way to know if hmadmin is ready or not.
Hence, I can’t add a pre-loader to my components waiting for hm-admin to do its initialization black magic.
I would love to have, as @Gregcop1 suggest, an “appReady” observable/promise
The text was updated successfully, but these errors were encountered:
Prerequisites
Description
Since
CoreDefinitionService::loadDefinitions()
andSchemaService::loadSchema()
don’t return observables (they return undefined), there is no way to know if hmadmin is ready or not.Hence, I can’t add a pre-loader to my components waiting for hm-admin to do its initialization black magic.
I would love to have, as @Gregcop1 suggest, an “appReady” observable/promise
The text was updated successfully, but these errors were encountered: