Socket
Socket
Sign inDemoInstall

@hmcts/ccpay-web-component

Package Overview
Dependencies
5
Maintainers
16
Versions
1225
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @hmcts/ccpay-web-component

Angular web component for displaying payments returned from ccpay api


Version published
Weekly downloads
416
decreased by-31.47%
Maintainers
16
Install size
4.38 MB
Created
Weekly downloads
 

Readme

Source

@hmcts/ccpay-web-component

This package contains web components ready to be used and imported by into Angular 6 projects.

How to install

  1. npm i @hmcts/ccpay-web-component
  2. Import the module into your angular application
    import {PaymentLibModule} from 'payment-lib';
    (...)
    imports: [
        (...) ,
        PaymentLibModule
      ]
    (...)
    
  3. Add the tag into your project and pass in the url to the backend api: <ccpay-payment-lib [API_ROOT]=“’http://localhost:1080'“></ccpay-payment-lib>

FAQs

Last updated on 15 Apr 2024

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc