UNPKG

ngx-checkout-bnpl

Version:

💵 An angular2+ module for BNPL Checkout transactions

3 lines (2 loc) • 132 B
import { InjectionToken } from '@angular/core'; export const PUBLIC_KEY_TOKEN = new InjectionToken<string>('checkout.publicKey');