angular-overflow-indicator
Version:
A simple and performant component that displays a given button if the content of the component overflows
37 lines • 895 B
JSON
{
"name": "angular-overflow-indicator",
"version": "20.0.3",
"description": "A simple and performant component that displays a given button if the content of the component overflows",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hansireit/angular-lib",
"directory": "libs/angular-overflow-indicator"
},
"peerDependencies": {
"@angular/common": "^20.0.0",
"@angular/core": "^20.0.0"
},
"dependencies": {
"tslib": "^2.6.2"
},
"sideEffects": false,
"keywords": [
"angular",
"overflow",
"indicator",
"button",
"scroll"
],
"module": "fesm2022/angular-overflow-indicator.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/angular-overflow-indicator.mjs"
}
}
}