如何在Ionic / Angular应用程序中使用stripe.js

时间:2019-04-27 04:06:28

标签: javascript angular ionic-framework stripe-payments

我正在开发一个应用程序( ionic/angular ),现在需要使用Stripe通过信用卡付款。

经过互联网上的大量研究,我决定使用 Stripe.js https://stripe.com/docs/stripe-js)。

在项目的index.html中,我包含了Stripe.js,它看起来像这样:

<body>
  <app-root></app-root>
  <script src="https://js.stripe.com/v3/"></script>
</body>
</html>

我现在如何将Stripe导入 app/app.module.ts 以便在另一页上使用Stripe(例如:在pages/payment/payment.page.ts中)?

2 个答案:

答案 0 :(得分:2)

您可以使用print(rcubed) #0.7161972439135291 print(rcubed**1/3) #0.23873241463784303

npm install ngx-stripe

Read more

答案 1 :(得分:0)

无需导入app/app.module.ts

pages/payment/payment.page.ts中;您需要declare let Stripe