Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save frank-dspeed/e90ce6e98c8e1aa9d60d0fd59e734774 to your computer and use it in GitHub Desktop.
Save frank-dspeed/e90ce6e98c8e1aa9d60d0fd59e734774 to your computer and use it in GitHub Desktop.
Accessing a exported global module
System.import('my-module-path').then(function(module) { window.MyExportName = module.myExportName })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment