ngx-powerbi-glorium
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.
46 lines • 1.17 kB
JSON
{
"name": "ngx-powerbi-glorium",
"version": "5.1.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",
"author": {
"name": "Ramandeep Singh",
"email": "ramandeep.singh.1983@gmail.com"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"microsoft",
"powerbi",
"power-bi",
"embedded",
"angular",
"visuals",
"analytics",
"reports",
"reporting"
],
"dependencies": {
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": "^18.2.13",
"@angular/core": "^18.2.13",
"powerbi-client": "^2.22.3"
},
"module": "fesm2022/ngx-powerbi-glorium.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ngx-powerbi-glorium.mjs",
"esm": "./esm2022/ngx-powerbi-glorium.mjs",
"default": "./fesm2022/ngx-powerbi-glorium.mjs"
}
},
"sideEffects": false
}