Socket
Book a DemoInstallSign in
Socket

@geom_team/ngx-slider-captcha

Package Overview
Dependencies
Maintainers
3
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

### 安装

npmnpm
Version
0.0.1
Version published
Weekly downloads
0
Maintainers
3
Weekly downloads
 
Created
Source

使用

安装

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

引入 ngx-slider-captcha 的模块

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

在 html 中使用组件

<ngx-slider-captcha></ngx-slider-captcha>

引入资源

在 angular.json 中添加以下内容

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

FAQs

Package last updated on 30 May 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