英文:
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
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论