ngx-otp-input:Angular一次性密码输入库

时间:2024-04-16 10:13:13
【文件属性】:

文件名称:ngx-otp-input:Angular一次性密码输入库

文件大小:179KB

文件格式:ZIP

更新时间:2024-04-16 10:13:13

javascript angular typescript web TypeScript

NgxOtpInput NgxOtpInput是Angular的一个简单的一次性密码输入库。 演示页面 StackBlitz示例 概述 安装 npm i ngx-otp-input --save 用法 将NgxOtpInputModule导入到您的模块中: import { NgxOtpInputModule } from 'ngx-otp-input' ; @ NgModule ( { imports : [ NgxOtpInputModule ] , } ) export class MySuperModule { } 在组件文件中设置配置对象: otpInputConfig: NgxOtpInputConfig = { otpLength : 6 , autoFocus : true , ... } ; 然后在模板文件中的配置中使用<ngx-otp-inpu


【文件预览】:
ngx-otp-input-master
----.gitignore(631B)
----projects()
--------ngx-otp-input()
----e2e()
--------src()
--------tsconfig.json(256B)
--------protractor.conf.js(924B)
----package.json(2KB)
----tslint.json(3KB)
----package-lock.json(560KB)
----src()
--------app()
--------assets()
--------main.ts(377B)
--------test.ts(770B)
--------environments()
--------index.html(632B)
--------favicon.ico(948B)
--------styles.scss(439B)
--------polyfills.ts(3KB)
----karma.conf.js(1KB)
----CONTRIBUTING.md(855B)
----CODE_OF_CONDUCT.md(5KB)
----LICENSE(1KB)
----tsconfig.spec.json(297B)
----CHANGELOG.md(732B)
----tsconfig.json(447B)
----.github()
--------ISSUE_TEMPLATE()
--------workflows()
----.prettierignore(36B)
----.browserslistrc(703B)
----angular.json(5KB)
----tsconfig.app.json(267B)
----README.md(6KB)
----.editorconfig(274B)
----.prettierrc(52B)

网友评论