uppy/packages/@uppy/angular
github-actions[bot] 24cd9e6251
Release: uppy@2.3.2 (#3383)
| Package         | Version | Package         | Version |
| --------------- | ------- | --------------- | ------- |
| @uppy/angular   |   0.2.8 | @uppy/vue       |   0.4.5 |
| @uppy/companion |   3.1.4 | uppy            |   2.3.2 |
| @uppy/svelte    |   1.0.7 |                 |         |

- meta: fix release script (Antoine du Hamel)
- @uppy/core: document file.name (Merlijn Vos / #3381)
- @uppy/angular,@uppy/companion,@uppy/svelte,@uppy/vue: add `.npmignore` files to ignore `.gitignore` when packing (Antoine du Hamel / #3380)
- meta: add VSCode workspace settings to `.gitignore` (Antoine du Hamel)
- @uppy/companion: Upgrade ws in companion (Merlijn Vos / #3377)
- meta: use ESBuild to bundle in E2E test suite (Antoine du Hamel / #3375)
- meta: update linter config to parse ESM files (Antoine du Hamel / #3371)
- meta: move dev workspace to `private/` (Antoine du Hamel / #3368)
- meta: use Vite for examples/dev (Antoine du Hamel / #3361)
- website: remove dependency on `crypto` in @uppy/transloadit example (Antoine du Hamel / #3367)
- meta: enable linter on website examples (Antoine du Hamel / #3366)
- meta: enable linter on mjs scripts (Antoine du Hamel / #3364)
- @uppy/angular: Fix module field in `package.json` (Merlijn Vos / #3365)
- meta: improve release script wording and formatting (Artur Paikin)
2021-12-21 14:46:52 +00:00
..
.storybook Angular Integration (#2871) 2021-06-30 11:36:57 +01:00
projects/angular meta: use workspace:^ in peerDependencies (#3278) 2021-10-27 17:53:16 +02:00
.editorconfig Angular Integration (#2871) 2021-06-30 11:36:57 +01:00
.eslintrc.json tools: enable linter for TypeScript (#2997) 2021-07-13 14:28:14 +02:00
.gitignore Angular Integration (#2871) 2021-06-30 11:36:57 +01:00
.npmignore add .npmignore files to ignore .gitignore when packing (#3380) 2021-12-21 14:39:54 +01:00
angular.json tools: enable linter for TypeScript (#2997) 2021-07-13 14:28:14 +02:00
CHANGELOG.md Release: uppy@2.3.2 (#3383) 2021-12-21 14:46:52 +00:00
LICENSE Angular Integration (#2871) 2021-06-30 11:36:57 +01:00
package.json Release: uppy@2.3.2 (#3383) 2021-12-21 14:46:52 +00:00
README.md finish master->main job (#3315) 2021-11-15 23:45:45 +07:00
tsconfig.base.json tools: enable linter for TypeScript (#2997) 2021-07-13 14:28:14 +02:00
tsconfig.json Angular Integration (#2871) 2021-06-30 11:36:57 +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.