UNPKG

angular2-data-table

Version:

angular2-data-table is a Angular2 component for presenting large and complex data.

18 lines 661 B
"use strict"; var core_1 = require('@angular/core'); var DataTableColumnCellDirective = (function () { function DataTableColumnCellDirective(template) { this.template = template; } ; DataTableColumnCellDirective.decorators = [ { type: core_1.Directive, args: [{ selector: '[swui-datatable-cell-template]' },] }, ]; /** @nocollapse */ DataTableColumnCellDirective.ctorParameters = function () { return [ { type: core_1.TemplateRef, }, ]; }; return DataTableColumnCellDirective; }()); exports.DataTableColumnCellDirective = DataTableColumnCellDirective; //# sourceMappingURL=column-cell.directive.js.map