@controllable-ui/ngx-tooltip
Version:
> ✨ Check out the demo [here](https://ciprian-anin.github.io/controllable-ui-angular/).
36 lines • 840 B
JSON
{
"name": "@controllable-ui/ngx-tooltip",
"version": "0.0.10",
"main": "./src/lib/index.ts",
"repository": {
"type": "git",
"url": "https://github.com/Ciprian-Anin/controllable-ui-angular.git"
},
"license": "MIT",
"peerDependencies": {
"@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
"@angular/common": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0"
},
"dependencies": {
"tslib": "^2.0.0"
},
"sideEffects": false,
"keywords": [
"angular",
"tooltip",
"controllable",
"component",
"UI"
],
"module": "fesm2022/controllable-ui-ngx-tooltip.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/controllable-ui-ngx-tooltip.mjs"
}
}
}