我正在开发一个应用程序( 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
中)?
答案 0 :(得分:2)
您可以使用print(rcubed)
#0.7161972439135291
print(rcubed**1/3)
#0.23873241463784303
npm install ngx-stripe
答案 1 :(得分:0)
无需导入app/app.module.ts
,
在pages/payment/payment.page.ts
中;您需要declare let Stripe