17 lines
389 B
JavaScript
17 lines
389 B
JavaScript
'use strict';
|
|
|
|
System.register(['./components/config'], function (_export, _context) {
|
|
"use strict";
|
|
|
|
var ZabbixAppConfigCtrl;
|
|
return {
|
|
setters: [function (_componentsConfig) {
|
|
ZabbixAppConfigCtrl = _componentsConfig.ZabbixAppConfigCtrl;
|
|
}],
|
|
execute: function () {
|
|
_export('ConfigCtrl', ZabbixAppConfigCtrl);
|
|
}
|
|
};
|
|
});
|
|
//# sourceMappingURL=module.js.map
|