Last active
October 29, 2015 20:24
-
-
Save stoffeastrom/d72ecbf012203cc3c1b0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export function configure(config) { | |
return System.import("test/test-container"); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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