##// END OF EJS Templates
sync
sync

File last commit:

r120:1b124b65514a ioc ts support
r121:876264d00a17 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");