SharePoint and Angular

SharePoint  and Angular

原文地址:https://www.codeproject.com/Articles/1002526/SharePoint-and-Angularjs


在国外非常流行的,数据绑定框架--Angular。本文的目的是展示如何在SharePoint 2013中实现这一优势(双向数据绑定)。在阅读本文之前,您必须了解Angular和SharePoint 2013 REST API。
Angular可以帮助我们开发内容编辑器Web部件和应用程序。在大多数情况下,我发现人们选择沙箱解决方案,但2013年SharePoint的REST API是如此强大,以至于Sandbox解决方案可以被内容编辑器Web部件或应用程序轻松替代。在本文中,我们将了解如何在内容编辑器Web部件和SharePoint托管应用程序中使用AngularJS。

简单的说,将在列表中演示CRUD操作,因为我们知道CRUD在任何业务需求中都是非常常见的部分。我把这份名单命名为“人”。除此之外,你还需要SharePoint Designer 2013和Visual Studio 2013或者2012。最后,确保您的服务器已经准备好用于开发SharePoint托管应用程序。

SharePoint Designer :https://www.microsoft.com/en-us/download/details.aspx?id=35491

developing SharePoint hosted app.: https://dev.office.com/sharepoint/docs/sp-add-ins/set-up-an-on-premises-development-environment-for-sharepoint-add-ins

猜你喜欢

转载自blog.csdn.net/jason_dct/article/details/78005553