New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hmcts/ccpay-web-component

Package Overview
Dependencies
Maintainers
0
Versions
1276
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

6.2.2-beta5
Source
npm
Version published
Weekly downloads
1.1K
66.36%
Maintainers
0
Weekly downloads
 
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 08 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