Skip to content

Instantly share code, notes, and snippets.

@fsblemos
Created June 12, 2018 14:54
Show Gist options
  • Save fsblemos/18c55a8beb0273ca6d1deaf6bfe6a806 to your computer and use it in GitHub Desktop.
Save fsblemos/18c55a8beb0273ca6d1deaf6bfe6a806 to your computer and use it in GitHub Desktop.
const moduleName = getModuleNameFromUrl();
require([moduleName], function(module) {
module.create();
const element = document.getElementById('gateway');
module.mount(element);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment