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

@hmcts/ccpay-web-component

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


Version published
Weekly downloads
660
increased by21.32%
Maintainers
19
Weekly downloads
 
Created

@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

Package last updated on 26 Jul 2019

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