Socket
Book a DemoInstallSign in
Socket

@hmcts/ccpay-web-component

Package Overview
Dependencies
Maintainers
5
Versions
1304
Alerts
File Explorer

Advanced tools

Socket logo

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

Source
npmnpm
Version
6.2.17
Version published
Maintainers
5
Created
Source

@hmcts/ccpay-web-component

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

How to install

  • npm i @hmcts/ccpay-web-component
  • Import the module into your angular application
    import {PaymentLibModule} from 'payment-lib';
    (...)
    imports: [
        (...) ,
        PaymentLibModule
      ]
    (...)
    
  • 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

Package last updated on 13 Aug 2025

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