Skip to content

Instantly share code, notes, and snippets.

@lifeart
Created July 7, 2019 11:34
Embed
What would you like to do?
Accessing the Global App Object in an Ember CLI App
const myApp = window.Ember.Application.byName('myApp').__container;
// https://emberigniter.com/accessing-global-object-in-ember-cli-app/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment