You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

19 lines
483 B

'use strict';
System.register(['./polyfills.js', 'lodash', './html_ctrl'], function (_export, _context) {
"use strict";
var _, HTMLCtrl;
return {
setters: [function (_polyfillsJs) {}, function (_lodash) {
_ = _lodash.default;
}, function (_html_ctrl) {
HTMLCtrl = _html_ctrl.HTMLCtrl;
}],
execute: function () {
_export('PanelCtrl', HTMLCtrl);
}
};
});
//# sourceMappingURL=module.js.map