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