Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support asynchronous ControlManager and Container #36

Open
markusjohnsson opened this issue Jul 12, 2016 · 0 comments
Open

Support asynchronous ControlManager and Container #36

markusjohnsson opened this issue Jul 12, 2016 · 0 comments

Comments

@markusjohnsson
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant