sp-dev-fx-webparts/samples/angular-ngofficeuifabric-fi...
Hugo Bernier eb8bd92a0b Updating telemetry link 2021-12-20 10:25:30 -05:00
..
.vscode initial commit 2016-11-24 12:53:25 +06:00
assets Removing unnecessary office product from the sample metadata 2021-12-10 19:55:32 +02:00
config Updated angular-ngofficeuifabric-file-upload to GA (#228) 2017-06-12 12:36:50 +02:00
dist Angular File Upload bug fix (#268) 2017-07-21 20:59:47 +03:00
lib/webparts/angularFileUpload Angular File Upload bug fix (#268) 2017-07-21 20:59:47 +03:00
src Fixing removal from PR #1369 2020-07-03 08:43:47 -04:00
typings Updated angular-ngofficeuifabric-file-upload to GA (#228) 2017-06-12 12:36:50 +02:00
.editorconfig initial commit 2016-11-24 12:53:25 +06:00
.gitattributes initial commit 2016-11-24 12:53:25 +06:00
.gitignore initial commit 2016-11-24 12:53:25 +06:00
.npmignore initial commit 2016-11-24 12:53:25 +06:00
.yo-rc.json initial commit 2016-11-24 12:53:25 +06:00
README.md Updating telemetry link 2021-12-20 10:25:30 -05:00
angular-file-upload.njsproj initial commit 2016-11-24 12:53:25 +06:00
gulpfile.js Updated angular-ngofficeuifabric-file-upload to GA (#228) 2017-06-12 12:36:50 +02:00
package.json Updated angular-ngofficeuifabric-file-upload to GA (#228) 2017-06-12 12:36:50 +02:00
tsconfig.json Updated angular-ngofficeuifabric-file-upload to GA (#228) 2017-06-12 12:36:50 +02:00
tsd.json initial commit 2016-11-24 12:53:25 +06:00
tslint.json Add tslint at the root of each SPFx project (#394) 2018-01-08 15:58:48 +02:00

README.md

page_type products languages extensions
sample
office-sp
office-365
javascript
typescript
contentType technologies platforms createdDate
samples
SharePoint Framework
AngularJS
6/19/2017 12:00:00 AM

SPFx Web part: File Upload using AngularJs

Summary

File Update/Delete web part using AngularJs and ngOfficeUIFabric with the SharePoint Framework.

File Upload using Angular

Edit web part properties to set Document library Name. Initially, It has been set to Documents.

Compatibility

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

Applies to

Solution

Solution Author(s)
angular-ngofficeuifabric-file-upload Atish Kumar Dipongkor (MVP, Office Development)
angular-ngofficeuifabric-file-upload Gautam Sheth (SharePoint Consultant,RapidCircle,@gautamdsheth)

Version history

Version Date Comments
1.0 November 24, 2016 Initial release
2.0 May 26, 2017 GA release
2.1 July 19, 2017 Bug fix

Minimal Path to Awesome

  • Clone this repository
  • in the command line run:
    • npm install
    • tsd install
    • gulp serve --nobrowser

Features

This Web Part illustrates the following concepts on top of the SharePoint Framework & AngularJs:

  • BaseService: By injecting this Angular Service, GET, POST, UPDATE & DELETE requests can be made easily. It's a resuable service.
  • CustomFileChange: It's a custom Angular directive. It binds the file with model on file change event.
  • IsoToDateString: It's a custom Angular filter. It formats ISO date string to {0:yyyy}-{0:MM}-{0:dd} format.

Help

We do not support samples, but we 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.