UNPKG

angular2-data-table

Version:

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

10 lines 293 B
"use strict"; /** * Creates a unique object id. * http://stackoverflow.com/questions/6248666/how-to-generate-short-uid-like-ax4j9z-in-js */ function id() { return ('0000' + (Math.random() * Math.pow(36, 4) << 0).toString(36)).slice(-4); } exports.id = id; //# sourceMappingURL=id.js.map