你们有没有人尝试过在他的Angular项目中集成PEGA的模板?
我将向你解释我到目前为止所做的事情: 1-我在我的index.html中添加了pega的脚本url 2-我添加了包含所有pega参数的html代码,以便在我希望显示模板的组件中显示其模板。3-到Pega wa的连接成功,但没有显示任何内容
最后,我在这里添加了pega html代码,并删除了"root“,以直接测试与Pega模板的连接是否存在架构或兼容性问题?我很困惑,因为这是我第一次这样做,没有找到此用例的任何教程或示例^^‘
发布于 2019-07-23 21:08:49
您可以通过多种方式将外部UI与Pega流程集成:
- React: [https://community.pega.com/marketplace/components/react-starter-pack](https://community.pega.com/marketplace/components/react-starter-pack)
- Vue: [https://community.pega.com/marketplace/components/vue-starter-pack](https://community.pega.com/marketplace/components/vue-starter-pack)
- Angular: [https://community.pega.com/marketplace/components/angular-starter-pack](https://community.pega.com/marketplace/components/angular-starter-pack)
https://stackoverflow.com/questions/56253695
复制相似问题