UNPKG

ng-hub-ui-table

Version:

Highly customizable Angular table and list components with pagination, sorting and filtering support.

50 lines 1.2 kB
{ "name": "ng-hub-ui-table", "version": "19.9.3", "peerDependencies": { "@angular/common": ">=18.0.0", "@angular/core": ">=18.0.0" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "private": false, "description": "Highly customizable Angular table and list components with pagination, sorting and filtering support.", "repository": { "type": "git", "url": "git+https://github.com/carlos-morcillo/ng-hub-ui-paginable.git" }, "keywords": [ "table", "list", "angular", "sortable", "filterable", "filter", "sorter", "list", "expandable", "custom", "template", "paginable", "translatable" ], "author": "Carlos Morcillo <carlos.morcillo@me.com>", "license": "ISC", "bugs": { "url": "https://github.com/carlos-morcillo/ng-hub-ui-paginable/issues" }, "homepage": "https://github.com/carlos-morcillo/ng-hub-ui-paginable#readme", "module": "fesm2022/ng-hub-ui-table.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ng-hub-ui-table.mjs" } } }