##// END OF EJS Templates
Merge with di-typescript
Merge with di-typescript

File last commit:

r50:7a4fac383b10 di-typescript
r57:c981b10db77f merge default
Show More
config1.js
19 lines | 342 B | application/javascript | JavascriptLexer
cin
tests moved under src/ folder...
r50 define({
foo: {
$type: "./Foo:Foo"
},
bar: {
$type: "./Bar:Bar",
params: {
db: {
provider: {
$dependency: "db"
}
},
foo: {
$type: "./Foo:Foo"
}
}
},
db: "db://localhost"
});