ngx-ellipsis-tool
Version:
Angular directive that automatically detects when text is truncated with ellipsis (...) and shows a tooltip with the full text — only when needed!
62 lines • 1.41 kB
JSON
{
"name": "ngx-ellipsis-tool",
"description": "Angular directive that automatically detects when text is truncated with ellipsis (...) and shows a tooltip with the full text — only when needed!",
"author": "@LeonardoMatiz",
"version": "0.0.2",
"peerDependencies": {
"@angular/common": "^17.3.0",
"@angular/core": "^17.3.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"keywords": [
"angular",
"angular17",
"otp",
"otp-input",
"otp-component",
"otp-code",
"otp-angular",
"angular-otp",
"sms-code",
"verification-code",
"pin-input",
"pin-code",
"code-input",
"one-time-password",
"web-otp",
"web-otp-api",
"webotp",
"ngx",
"ngx-otp",
"ngx-otp-inputs",
"angular-library",
"angular-component",
"reactive-forms",
"standalone-component",
"angular-standalone",
"input-mask",
"auth",
"authentication",
"two-factor-auth",
"2fa",
"angular-ui",
"angular-ux",
"angular-auth"
],
"module": "fesm2022/ngx-ellipsis-tool.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ngx-ellipsis-tool.mjs",
"esm": "./esm2022/ngx-ellipsis-tool.mjs",
"default": "./fesm2022/ngx-ellipsis-tool.mjs"
}
}
}