@web-atoms/core
Version:
20 lines (19 loc) • 512 B
JavaScript
System.register(["./Register", "./ServiceCollection"], function (_export, _context) {
"use strict";
var Register, Scope;
function RegisterScoped(id) {
Register({
scope: Scope.Scoped
})(id);
}
_export("RegisterScoped", RegisterScoped);
return {
setters: [function (_Register) {
Register = _Register.Register;
}, function (_ServiceCollection) {
Scope = _ServiceCollection.Scope;
}],
execute: function () {}
};
});
//# sourceMappingURL=RegisterScoped.js.map