ng-hub-ui-portal
Version:
A flexible Angular portal library for dynamic content rendering with advanced positioning and interaction control
66 lines • 1.52 kB
JSON
{
"name": "ng-hub-ui-portal",
"version": "0.3.3",
"description": "A flexible Angular portal library for dynamic content rendering with advanced positioning and interaction control",
"keywords": [
"angular",
"portal",
"modal",
"dialog",
"popup",
"overlay",
"dynamic-content",
"component-rendering",
"ui-component",
"angular-portal",
"angular16",
"typescript",
"hub-ui",
"accessibility",
"a11y"
],
"author": {
"name": "Hub UI Team"
},
"repository": {
"type": "git",
"url": "https://github.com/carlos-morcillo/ng-hub-ui-portal"
},
"bugs": {
"url": "https://github.com/carlos-morcillo/ng-hub-ui-portal/issues"
},
"homepage": "https://www.carlosmorcillo.com/",
"license": "MIT",
"peerDependencies": {
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"ng-hub-ui-utils": "^1.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"engines": {
"node": ">=16.0.0"
},
"publishConfig": {
"access": "public"
},
"funding": {
"type": "buymeacoffee",
"url": "https://buymeacoffee.com/carlosmorcillo"
},
"module": "fesm2022/ng-hub-ui-portal.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ng-hub-ui-portal.mjs",
"esm": "./esm2022/ng-hub-ui-portal.mjs",
"default": "./fesm2022/ng-hub-ui-portal.mjs"
}
}
}