ngx-verify-code
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

ngx-verify-code

angular滑动验证码组件

安装

npm install ngx-verify-code --save

用法

  1. 添加到NgModule
@NgModule({
imports: [NgxVerifyCodeModule]
})
  1. 使用组件
<ngx-verify-code
[width]="310"
[height]="155"
[getImageUrl]="getImageUrl"
(success)="success()"
(fail)="fail()"
(refresh)="refresh()">
 
</ngx-verify-code>

注意

本组件为纯前端验证不能保证安全性

Package Sidebar

Install

npm i ngx-verify-code

Weekly Downloads

1

Version

0.0.1

License

Apache-2.0

Unpacked Size

316 kB

Total Files

23

Last publish

Collaborators

  • xmagic