Ngx Stripe
  • Introduction
  • Getting Started
    • Installation
    • Setup Application
  • Core Concepts
    • Checkout
    • Payment Element
    • Element Components
    • Identity
    • Payment Request Button
    • Service
    • Styling
    • Service Factory
    • Reference & Instance
    • Manually Mount your Element
  • Support
  • FAQS
  • Examples
  • Migration
Powered by GitBook
On this page

Was this helpful?

  1. Getting Started

Installation

Since the release of the last major update for the library, two main branches are available. The legacy and the active versions.

Active Versions

To install the last active version:

$ npm install ngx-stripe @stripe/stripe-js

To install an specific version for an older Angular major, use the lts npm tags or check the table below to pick the right version, for example, for v8:

$ npm install ngx-stripe@v8-lts @stripe/stripe-js

Legacy Versions

To install some of the older versions of the library use the legacy npm tags or check the table below to pick the right version, for example, for v7:

$ npm install ngx-stripe@v7-legacy

Table Versions

Angular

ngx-stripe (legacy)

ngx-stripe

12

Not Available

12.x+

11

Not Available

11.x+

10

Not Available

10.x+

9

v9-legacy / 9.0.x+

v9-lts / 9.1.x+

8

v8-legacy / 7.4.4+

v8-lts / 9.1.x+

7

v7-legacy / 7.x+

v7-lts / 9.1.x+

6

v6-legacy / 0.6.x+

v6-lts / 9.1.x+

5

0.5.x or less

Not Available

4

0.4.x or less

Not Available

PreviousIntroductionNextSetup Application

Last updated 3 years ago

Was this helpful?