UNPKG

@deliverysolutions/ngx-powerbi

Version:

TypeScript library for embedding Power BI assets (reports/dashboards/tiles) in your application. This TypeScript library is built on top of the official powerbi-client library provided by Microsoft.

55 lines 1.63 kB
{ "name": "@deliverysolutions/ngx-powerbi", "version": "1.0.0", "description": "TypeScript library for embedding Power BI assets (reports/dashboards/tiles) in your application. This TypeScript library is built on top of the official powerbi-client library provided by Microsoft.", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ds-arb/ngx-powerbi" }, "author": { "name": "Delivery Solutions" }, "publishConfig": { "access": "public" }, "keywords": [ "microsoft", "powerbi", "power-bi", "embedded", "angular", "visuals", "analytics", "reports", "reporting" ], "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { "@angular/common": "^15.0.0", "@angular/core": "^15.0.0", "powerbi-client": "^2.19.1" }, "module": "fesm2015/deliverysolutions-ngx-powerbi.mjs", "es2020": "fesm2020/deliverysolutions-ngx-powerbi.mjs", "esm2020": "esm2020/deliverysolutions-ngx-powerbi.mjs", "fesm2020": "fesm2020/deliverysolutions-ngx-powerbi.mjs", "fesm2015": "fesm2015/deliverysolutions-ngx-powerbi.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2020": "./esm2020/deliverysolutions-ngx-powerbi.mjs", "es2020": "./fesm2020/deliverysolutions-ngx-powerbi.mjs", "es2015": "./fesm2015/deliverysolutions-ngx-powerbi.mjs", "node": "./fesm2015/deliverysolutions-ngx-powerbi.mjs", "default": "./fesm2020/deliverysolutions-ngx-powerbi.mjs" } }, "sideEffects": false }