MCPcopy Create free account
hub / github.com/ember-learn/ember-api-docs / App

Class App

app/app.js:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20});
21
22export default class App extends Application {
23 modulePrefix = config.modulePrefix;
24 podModulePrefix = config.podModulePrefix;
25 Resolver = Resolver;
26 inspector = setupInspector(this);
27}
28
29loadInitializers(App, config.modulePrefix);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected