Browse Source

Added uppy-angular-library (#2315)

N Robin 4 years ago
parent
commit
61277b336e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      website/src/docs/community-projects.md

+ 1 - 0
website/src/docs/community-projects.md

@@ -10,6 +10,7 @@ category: "Docs"
 Uppy has a large community of enthusiasts building plugins, integrations with js frameworks, etc! Here's a non-exhaustive list as we just started indexing these.
 
 - [vue-uppy](https://github.com/toast38coza/vue-uppy) — A Vue wrapper for Uppy.io
+- [uppy-angular-library](https://github.com/adritasharma/uppy-angular-library) — Angular 8/9 component wrapper
 - [ng-uppy](https://github.com/sunil-shrestha/ng-uppy) — Sample angular (5.x) app for uppy.io with resumable uploads
 - [uppy-aws-amplify](https://github.com/joelvh/uppy-aws-amplify) — Upload to AWS Amplify Storage (S3) with Uppy
 - [uppy-image-compressor](https://github.com/arturi/uppy-plugin-image-compressor/blob/master/src/index.js) — Uppy’s own [Artur Paikin](https://github.com/arturi) received a [question](https://github.com/transloadit/uppy/issues/1582#issuecomment-495787004) about creating plugins and wanted to showcase how you could for example, do image optimization before uploading with Uppy even starts. This could save bandwidth and time, at the tradeoff of not having the original version on the server. We thought the result might be useful to others too so this project is currently under consideration of becoming an official Plugin, depending on your feedback.