uppy/packages/@uppy/angular/projects/uppy/angular
github-actions[bot] 6559bea96f
Release: uppy@2.7.0 (#3525)
| Package                | Version | Package                | Version |
| ---------------------- | ------- | ---------------------- | ------- |
| @uppy/angular          |   0.3.0 | @uppy/locales          |   2.0.7 |
| @uppy/aws-s3-multipart |   2.2.1 | uppy                   |   2.7.0 |
| @uppy/companion        |   3.3.1 |                        |         |

- @uppy/companion: fix unstable test (Mikael Finstad)
- @uppy/companion: replace debug (Mikael Finstad)
- @uppy/companion: Fix COMPANION_PATH (Mikael Finstad / #3515)
- @uppy/angular: update ng version (Antoine du Hamel / #3503)
- @uppy/companion: Upload protocol "s3-multipart" does not use the chunkSize option (Gabi Ganam / #3511)
- @uppy/aws-s3-multipart: Add chunks back to prepareUploadParts, indexed by partNumber (Kevin West / #3520)
- website: Add “Stop the war” banner (Artur Paikin / #3518)
- @uppy/locales: Update zh_CN.js (linxunzyf / #3513)
- meta: update remark dependencies (Antoine du Hamel / #3502)
2022-03-02 15:26:05 +00:00
..
src @uppy/angular: update ng version (#3503) 2022-03-02 11:20:38 +01:00
.eslintrc.json @uppy/angular: update ng version (#3503) 2022-03-02 11:20:38 +01:00
karma.conf.js @uppy/angular: update ng version (#3503) 2022-03-02 11:20:38 +01:00
ng-package.json @uppy/angular: update ng version (#3503) 2022-03-02 11:20:38 +01:00
package.json Release: uppy@2.7.0 (#3525) 2022-03-02 15:26:05 +00:00
README.md @uppy/angular: update ng version (#3503) 2022-03-02 11:20:38 +01:00
tsconfig.lib.json @uppy/angular: update ng version (#3503) 2022-03-02 11:20:38 +01:00
tsconfig.lib.prod.json @uppy/angular: update ng version (#3503) 2022-03-02 11:20:38 +01:00
tsconfig.spec.json @uppy/angular: update ng version (#3503) 2022-03-02 11:20:38 +01:00

@uppy/angular

Uppy logo: a superman puppy in a pink suit

Build Status

Angular component wrappers around Uppys officially maintained UI plugins.

Uppy is being developed by the folks at Transloadit, a versatile file encoding service.

Example

// TODO

Installation

$ npm install @uppy/angular --save

We recommend installing from npm and then using a module bundler such as Webpack, Browserify or Rollup.js.

Alternatively, you can also use this plugin in a pre-built bundle from Transloadits CDN: Edgly. In that case Uppy will attach itself to the global window.Uppy object. See the main Uppy documentation for instructions.

Documentation

Documentation for this plugin can be found on the Uppy website.

License

The MIT License.