angular-stripe-checkout

WebJar for angular-stripe-checkout

Лицензия

Лицензия

MIT
Категории

Категории

Angular Взаимодействие с пользователем Веб-фреймворки Stripe Прикладные библиотеки Financial
Группа

Группа

org.webjars.bower
Идентификатор

Идентификатор

angular-stripe-checkout
Последняя версия

Последняя версия

2.2.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

angular-stripe-checkout
WebJar for angular-stripe-checkout
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/tobyn/angular-stripe-checkout

Скачать angular-stripe-checkout

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.bower/angular-stripe-checkout/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>angular-stripe-checkout</artifactId>
    <version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/angular-stripe-checkout/
implementation 'org.webjars.bower:angular-stripe-checkout:2.2.1'
// https://jarcasting.com/artifacts/org.webjars.bower/angular-stripe-checkout/
implementation ("org.webjars.bower:angular-stripe-checkout:2.2.1")
'org.webjars.bower:angular-stripe-checkout:jar:2.2.1'
<dependency org="org.webjars.bower" name="angular-stripe-checkout" rev="2.2.1">
  <artifact name="angular-stripe-checkout" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='angular-stripe-checkout', version='2.2.1')
)
libraryDependencies += "org.webjars.bower" % "angular-stripe-checkout" % "2.2.1"
[org.webjars.bower/angular-stripe-checkout "2.2.1"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

angular-stripe-checkout

angular-stripe-checkout is a thin wrapper around Stripe Checkout that adds a few useful features:

  • Defers loading of checkout.js until needed
  • Promisifies the handler object API
  • Provides a version of the "simple integration" API that lets you control the appearance of the button, and provides the token object to a function of your choice

Check out the examples for more details.

Install

bower install angular-stripe-checkout
npm install angular-stripe-checkout

Or just download a copy of angular-stripe-checkout.js.

Версии библиотеки

Версия
2.2.1
2.2.0
2.1.1
2.1.0