novo-elements
Version:
Bullhorn's NOVO Element Repository for Angular 2
19 lines • 646 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
// NG2
var core_1 = require("@angular/core");
var NovoTableActionsElement = (function () {
function NovoTableActionsElement() {
}
return NovoTableActionsElement;
}());
NovoTableActionsElement.decorators = [
{ type: core_1.Component, args: [{
selector: 'novo-table-actions',
template: '<ng-content></ng-content>'
},] },
];
/** @nocollapse */
NovoTableActionsElement.ctorParameters = function () { return []; };
exports.NovoTableActionsElement = NovoTableActionsElement;
//# sourceMappingURL=TableActions.js.map