angular4-paystack
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "angular4-paystack", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "an angular 4 module for paystack transactions", | ||
@@ -5,0 +5,0 @@ "main": "index.ts", |
@@ -7,3 +7,3 @@ # ANGULAR4-PAYSTACK | ||
### 1. Install the module | ||
1. ### Install the module | ||
```sh | ||
@@ -13,3 +13,8 @@ npm install --save angular4-paystack | ||
### 2. Import the module | ||
2. ### Reference the Paystack inline script in your index.html like so: | ||
```html | ||
<script src="https://js.paystack.co/v1/inline.js"></script> | ||
``` | ||
3. ### Import the module | ||
In your `app.module.ts` or any preferred module, import the module like so: | ||
@@ -33,3 +38,3 @@ | ||
### 3. Use the component in your code | ||
4. ### Use the component in your code | ||
@@ -36,0 +41,0 @@ ```html |
19249
91