Skip to content

Instantly share code, notes, and snippets.

@janmisek
Last active December 14, 2018 14:37
Show Gist options
  • Save janmisek/5f299c1800ea53629abf7aee002742ff to your computer and use it in GitHub Desktop.
Save janmisek/5f299c1800ea53629abf7aee002742ff to your computer and use it in GitHub Desktop.
Import from ember internals
// to import
const metal = Ember.__loader.require('ember-metal');
// to review registry
const registry = Ember.__loader.registry
console.log(registry);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment