UNPKG

ng-table-pg

Version:

A powerful and flexible responsive table component for Angular applications with drag-drop, filtering, pagination, and advanced responsive features

54 lines 1.3 kB
{ "name": "ng-table-pg", "version": "0.2.0", "description": "A powerful and flexible responsive table component for Angular applications with drag-drop, filtering, pagination, and advanced responsive features", "keywords": [ "angular", "table", "component", "drag-drop", "responsive", "pagination", "filtering", "sorting", "export", "i18n", "typescript" ], "author": "Alejandro Pérez Granado <alejo.mde@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/alejandr0pg/ng-table-pg" }, "homepage": "https://github.com/alejandr0pg/ng-table-pg#readme", "bugs": { "url": "https://github.com/alejandr0pg/ng-table-pg/issues" }, "peerDependencies": { "@angular/common": "^19.1.0", "@angular/core": "^19.1.0", "@angular/cdk": "^19.1.3", "file-saver": "^2.0.5", "xlsx": "^0.18.5", "@ngx-translate/core": ">=15.0.0" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": [ "*.scss", "*.css" ], "module": "fesm2022/ng-table-pg.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ng-table-pg.mjs" } } }