UNPKG

@ng-web-apis/payment-request

Version:

This is a library for declarative use of Payment Request API with Angular

7 lines (6 loc) 270 B
import { InjectionToken } from '@angular/core'; export declare const WA_PAYMENT_METHODS: InjectionToken<PaymentMethodData[]>; /** * @deprecated: drop in v5.0, use {@link WA_PAYMENT_METHODS} */ export declare const PAYMENT_METHODS: InjectionToken<PaymentMethodData[]>;