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
It would be handy if we can check the availability of multiple apps together:
rootApp.getAppOnceAvailable$(['SomeApp','AnotherApp']).subscribe(function(someApp,anotherApp){// fires once, when both `SomeApp` and `AnotherApp` are available});
The text was updated successfully, but these errors were encountered:
Currently
We can trigger something as soon as our desired App is available, via this API:
Proposal
It would be handy if we can check the availability of multiple apps together:
The text was updated successfully, but these errors were encountered: