@luzmo/ngx-embed
Version:
This is an Angular library for embedding [Luzmo](https://luzmo.com) dashboards in your Angular application.
43 lines • 924 B
JSON
{
"name": "@luzmo/ngx-embed",
"version": "8.1.2",
"peerDependencies": {
"@angular/common": "^16 || ^17 || ^18 || ^19 || ^20 || ^21",
"@angular/core": "^16 || ^17 || ^18 || ^19 || ^20 || ^21",
"rxjs": "^6 || ^7"
},
"dependencies": {
"tslib": "^2.6.2",
"@luzmo/embed": "6.7.2"
},
"keywords": [
"angular",
"angular-luzmo",
"luzmo",
"front-end",
"development",
"dashboard",
"visualization",
"chart",
"component",
"cumul.io",
"ngx"
],
"schematics": "./schematics/collection.json",
"ng-add": {
"save": "devDependencies"
},
"license": "SEE LICENSE IN LICENSE",
"module": "fesm2022/luzmo-ngx-embed.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/luzmo-ngx-embed.mjs"
}
},
"sideEffects": false
}