UNPKG

ngx-t-reports

Version:

Angular module for creating dynamic reports and dashboards. Supports various data sources, custom templates, and real-time updates.

46 lines 1.16 kB
{ "name": "ngx-t-reports", "version": "0.0.8", "description": "Angular module for creating dynamic reports and dashboards. Supports various data sources, custom templates, and real-time updates.", "license": "UNLICENSED", "author": { "name": "Terrence K.Mashego ", "email": "mashegoterrence@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/petoriT/01ANGULAR-WORKSPACE" }, "keywords": [ "angular", "reports", "dynamic-reports", "dashboards", "report-builder" ], "peerDependencies": { "@angular/common": "^19.2.0", "@angular/core": "^19.2.0", "xlsx": "^0.18.5", "echarts": "^5.6.0", "ngx-t-forms": "^2.0.23", "ngx-t-forms-types": "^0.0.13", "@angular/material-moment-adapter": "^19.2.16", "moment-timezone": "^0.5.48" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "module": "fesm2022/ngx-t-reports.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ngx-t-reports.mjs" } } }