UNPKG

ng-di-kit

Version:

Angular Dependency Injection Kit

10 lines (9 loc) 274 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const globalization_1 = require("../globalization"); function DIExport() { return function (type) { globalization_1.exporters.push(type); }; } exports.DIExport = DIExport;