Socket
Book a DemoInstallSign in
Socket

@geom_team/ngx-slider-captcha

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@geom_team/ngx-slider-captcha

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.14.

latest
npmnpm
Version
0.0.5
Version published
Weekly downloads
2
Maintainers
0
Weekly downloads
 
Created
Source

ngx-slider-captcha

This project was generated with Angular CLI version 11.2.14.

installation

  #use npm
  npm install @geom_team/ngx-slider-captcha
  #use yarn
  yarn add @geom_team/ngx-slider-captcha

usage example

import { NgxSliderCaptchaModule } from "@geom_team/ngx-slider-captcha";
@NgModule({
  declarations: [AppComponent],
  imports: [BrowserModule, NgxSliderCaptchaModule],
  providers: [],
  bootstrap: [AppComponent],
})
export class AppModule {}

use component in html

<ngx-slider-captcha [config]="config" (success)="success()" (fail)="fail()" (refresh)="refresh()"></ngx-slider-captcha>

add assets

在 angular.json 中添加以下内容

 {
    "assets": [
      {
        "glob": "**/*",
        "input": "node_modules/@geom_team/ngx-slider-captcha/src/assets",
        "output": "assets"
      }
    ]
  } 

FAQs

Package last updated on 01 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts