sp-dev-fx-webparts/samples/angular-migration/angular-todo-webpart
Hugo Bernier eb8bd92a0b Updating telemetry link 2021-12-20 10:25:30 -05:00
..
.vscode Added sample code for Angular migration tutorial (#48) 2016-10-21 17:00:15 +03:00
config Updated to drop 6 and tested with online workbench 2016-12-05 16:22:08 +02:00
src Updated to drop 6 and tested with online workbench 2016-12-05 16:22:08 +02:00
typings Added sample code for Angular migration tutorial (#48) 2016-10-21 17:00:15 +03:00
.editorconfig Added sample code for Angular migration tutorial (#48) 2016-10-21 17:00:15 +03:00
.gitattributes Added sample code for Angular migration tutorial (#48) 2016-10-21 17:00:15 +03:00
.gitignore Added sample code for Angular migration tutorial (#48) 2016-10-21 17:00:15 +03:00
.npmignore Added sample code for Angular migration tutorial (#48) 2016-10-21 17:00:15 +03:00
.yo-rc.json Added sample code for Angular migration tutorial (#48) 2016-10-21 17:00:15 +03:00
README.md Updating telemetry link 2021-12-20 10:25:30 -05:00
angular-todo.njsproj Added sample code for Angular migration tutorial (#48) 2016-10-21 17:00:15 +03:00
gulpfile.js Added sample code for Angular migration tutorial (#48) 2016-10-21 17:00:15 +03:00
package.json Updated to drop 6 and tested with online workbench 2016-12-05 16:22:08 +02:00
tsconfig.json Added sample code for Angular migration tutorial (#48) 2016-10-21 17:00:15 +03:00
tslint.json Add tslint at the root of each SPFx project (#394) 2018-01-08 15:58:48 +02:00

README.md

SharePoint Framework todo web part built with Angular

Summary

Sample SharePoint Framework client-side web part for managing tasks stored in a SharePoint list, built using Angular.

Angular todo application as a SharePoint Framework client-side web part

Compatibility

SPFx 0.5.1 Node.js v6 Compatible with SharePoint Online Compatible SharePoint 2019 Compatible with SharePoint 2016 (Feature Pack 2) Local Workbench Compatible Hosted Workbench Compatible

Applies to

Solution

Solution Author(s)
angular-todo-webpart Waldek Mastykarz (MVP, Rencore, @waldekm)

Version history

Version Date Comments
1.0.0 October 21, 2016 Initial release

Minimal Path to Awesome

  • create Todo list
    • in SharePoint site create a new list called Todo
    • in the Todo list add a new choice column called Status
      • as available choices enter (each value in new line): Not started, In progress, Completed
  • deploy web part
    • clone this repo
    • in the command line execute:
      • npm i
      • gulp serve --nobrowser
    • create a copy of the ./temp/workbench.html file and change its extension to .aspx
    • in the workbench.aspx file, change the value of the webAbsoluteUrl property to the absolute URL of your SharePoint site
    • upload the workbench.aspx file to a document library in your site
  • in the web browser navigate to the workbench.aspx page

Features

Sample web part in this solution illustrates the following concepts on top of the SharePoint Framework:

  • building SharePoint Framework client-side web parts with Angular
  • building Angular applications with TypeScript
  • communicating with the SharePoint REST API in Angular applications
  • passing web part properties values into Angular application

Help

We do not support samples, but this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.

If you're having issues building the solution, please run spfx doctor from within the solution folder to diagnose incompatibility issues with your environment.

You can try looking at issues related to this sample to see if anybody else is having the same issues.

You can also try looking at discussions related to this sample and see what the community is saying.

If you encounter any issues while using this sample, create a new issue.

For questions regarding this sample, create a new question.

Finally, if you have an idea for improvement, make a suggestion.

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.