Angular checkout.com加载不了框架。

huangapple go评论57阅读模式
英文:

Angular checkout.com not loading frames

问题

我已使用以下 Angular 库进行集成:
https://github.com/checkout/frames-angular

它无法加载输入字段的框架。没有错误。
但在新创建的项目中,它可以正常工作。

英文:

I have used below angular library for integration
https://github.com/checkout/frames-angular

It's not loading frames for input fields. No errors.
But it's working fine in newly created project.

答案1

得分: 0

不要使用*ngIf,它会起作用。不要使用组件,使用div和它们的class。

英文:

Don't use *ngIf, it will work. Don't use components, use div and their class

huangapple
  • 本文由 发表于 2023年5月25日 14:10:23
  • 转载请务必保留本文链接:https://go.coder-hub.com/76329372.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定