我目前尝试在每个可能的地方使用 angular2(已经使用 ionic2 做了一个应用程序)并且关于 2sxc,我遇到了您的 angular2-heroes 演示: https ://github.com/2sic/app-tutorial-angular2-heroes
我试图在网上或 2sxc 源中找到有关如何在 angular2 中访问 2sxc webapi 的任何线索,我唯一需要的是我想的标题。
那么,有没有办法最终从 2sxc api 将标头放入 angular2 中?
我目前尝试在每个可能的地方使用 angular2(已经使用 ionic2 做了一个应用程序)并且关于 2sxc,我遇到了您的 angular2-heroes 演示: https ://github.com/2sic/app-tutorial-angular2-heroes
我试图在网上或 2sxc 源中找到有关如何在 angular2 中访问 2sxc webapi 的任何线索,我唯一需要的是我想的标题。
那么,有没有办法最终从 2sxc api 将标头放入 angular2 中?
@Daniel 我们实际上正在研究它。到目前为止,您可能应该查看 angular1 实现并模仿我们在那里所做的 - https://github.com/2sic/2sxc-ui/blob/master/src/js-api/angular1/2sxc4ng.js# L120-L140
由于我们最终的解决方案必须非常稳定,我们必须确保它是正确的方法,因此正式版本可能还需要 4-8 周。