##// END OF EJS Templates
working version...
working version all tests are passed removed _localInstall task

File last commit:

r50:7a4fac383b10 di-typescript
r51:43a2828f8abe v1.2.0-rc di-typescript
Show More
config1.js
19 lines | 342 B | application/javascript | JavascriptLexer
define({
foo: {
$type: "./Foo:Foo"
},
bar: {
$type: "./Bar:Bar",
params: {
db: {
provider: {
$dependency: "db"
}
},
foo: {
$type: "./Foo:Foo"
}
}
},
db: "db://localhost"
});