Mercurial > hg > ng2-query-ismi
view src/app/result-column.js @ 62:7787ca310644 webpack tip
update @angular to 4.4.5.
author | Robert Casties <casties@mpiwg-berlin.mpg.de> |
---|---|
date | Wed, 18 Oct 2017 17:46:41 +0200 |
parents | 3b4046e0cc02 |
children |
line wrap: on
line source
"use strict"; var ResultColumn = (function () { function ResultColumn(name, title, sort, show) { if (sort === void 0) { sort = ''; } if (show === void 0) { show = false; } this.name = name; this.title = title; this.sort = sort; this.show = show; } return ResultColumn; }()); exports.ResultColumn = ResultColumn; //# sourceMappingURL=result-column.js.map