Posts

Showing posts from June, 2018

Sharepoint SPFx CRUD operations on Lists using Angular

Image
1) Introduction This article is going to describe how set up the Sharepoint online in Office 365 and do CRUD operations on a List using Angular. The source code for this is available at  https://github.com/shahimsadakath/spfx-crud-sample Let's get started. 2) Setting up the Sharepoint Online Account You can visit  Office 365 Developer program  and register yourself for free developer subscription for one whole year. Remember to select " Sharepoint " as one of the products you want to develop. Once you can registered you can use your credentials to login to Sharepoint development site in my case it is https://shadotnet.sharepoint.com. 3) Creating a List to perform CRUD operations 1. Click on settings icon on top right hand corner select "Add an app" 2. Select Custom List from the options 3. Give a name for your List. Remember this name will be used when we access the List from our SPFx webpart. 4. Then Click on...