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
To support SystemJS we need to have asynchronous Control instantiation in ControlManager, because even though modules are in-memory after System.register('module'), there is no way to get a (fully resolved) module out of SystemJS except through a Promise.
We need an asynchronous overload for Container.resolve that can be used by ControlManager to create instances of controls.
The text was updated successfully, but these errors were encountered:
To support SystemJS we need to have asynchronous Control instantiation in ControlManager, because even though modules are in-memory after
System.register('module')
, there is no way to get a (fully resolved) module out of SystemJS except through aPromise
.We need an asynchronous overload for
Container.resolve
that can be used byControlManager
to create instances of controls.The text was updated successfully, but these errors were encountered: