otp-angular
Version:
**Otp Angular** is a lightweight, highly customizable, and dependency-free OTP (One-Time Password) input component built for Angular 20+ applications. It offers seamless integration, flexible configuration, and a polished user experience for OTP or verifi
66 lines • 1.42 kB
JSON
{
"name": "otp-angular",
"version": "1.1.0",
"license": "MIT",
"homepage": "https://github.com/subha-patra/otp-angular#readme",
"repository": {
"type": "git",
"url": "https://github.com/subha-patra/otp-angular"
},
"bugs": {
"url": "https://github.com/subha-patra/otp-angular/issues"
},
"keywords": [
"angular",
"otp-angular",
"angular-otp",
"otp-input",
"otp",
"angular-otp-input",
"ng-otp",
"ngx-otp",
"ng-otp-input",
"ngx-otp-input",
"one-time-password",
"password-input",
"two-factor-auth",
"2fa",
"angular-component",
"input-component",
"angular-forms",
"reactive-forms",
"angular-otp-field",
"custom-input",
"ng-input",
"otp-field",
"auth",
"angular-ui",
"frontend",
"otp-verification",
"otp-angular",
"otp input angular",
"angular otp password box",
"angular otp verification",
"angular otp verification with resend option",
"resend otp"
],
"peerDependencies": {
"@angular/common": "^20.0.0",
"@angular/core": "^20.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/otp-angular.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/otp-angular.mjs"
}
}
}