##// END OF EJS Templates
improved interfaces and more tight type checking
improved interfaces and more tight type checking

File last commit:

r120:1b124b65514a ioc ts support
r120:1b124b65514a ioc ts support
Show More
config.ts
6 lines | 183 B | video/mp2t | TypeScriptLexer
import { config } from "./services";
config()
.register("bar", import("./Bar"))
.register("box", import("./Box"), "service");
//.register("foo", import("./Foo"), "Foo");