UNPKG

@luzmo/ngx-embed

Version:

This is an Angular library for embedding [Luzmo](https://luzmo.com) dashboards in your Angular application.

44 lines 946 B
{ "name": "@luzmo/ngx-embed", "version": "8.0.0", "peerDependencies": { "@angular/common": "^16 || ^17 || ^18 || ^19 || ^20", "@angular/core": "^16 || ^17 || ^18 || ^19 || ^20", "rxjs": "^6 || ^7" }, "dependencies": { "tslib": "^2.6.2", "@luzmo/shared-embed": "5.5.0", "@luzmo/embed": "6.6.0" }, "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 }