Skip to content

Instantly share code, notes, and snippets.

@stoffeastrom
Last active October 29, 2015 20:24
Show Gist options
  • Save stoffeastrom/d72ecbf012203cc3c1b0 to your computer and use it in GitHub Desktop.
Save stoffeastrom/d72ecbf012203cc3c1b0 to your computer and use it in GitHub Desktop.
export function configure(config) {
return System.import("test/test-container");
}
import {Aurelia} from "aurelia-framework";
import {Container} from "aurelia-dependency-injection";
let rootContainer = Container.instance;
let aurelia = rootContainer.get(Aurelia);
console.log(aurelia);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment