我目前尝试在每个可能的地方使用angular2(已经使用ionic2做了一个app),关于2sxc,我遇到了你的angular2-heroes demo: https://github.com/2sic/app-tutorial-angular2-heroes
我试图在线或在2sxc源代码中找到关于如何在angular2中访问2sxc webapi的任何线索,我唯一需要的是我想的标题。
那么,有没有办法将头文件从2sxc api最终变成angular2?
答案 0 :(得分:1)
@Daniel我们刚才正在研究它。截至目前,您应该查看angular1实现并模仿我们在那里所做的事情 - https://github.com/2sic/2sxc-ui/blob/master/src/js-api/angular1/2sxc4ng.js#L120-L140
由于我们的最终解决方案必须非常稳定,我们必须确保它是正确的方式,所以正式版可能还需要4-8周。