uppy/packages/@uppy/angular
github-actions[bot] eafe30020e
Release: uppy@3.3.1 (#4222)
| Package                | Version | Package                | Version |
| ---------------------- | ------- | ---------------------- | ------- |
| @uppy/angular          |   0.5.1 | @uppy/companion-client |   3.1.1 |
| @uppy/aws-s3-multipart |   3.1.1 | @uppy/utils            |   5.1.1 |
| @uppy/companion        |   4.1.1 | uppy                   |   3.3.1 |

- @uppy/aws-s3-multipart: handle slow connections better (Antoine du Hamel / #4213)
- @uppy/companion-client: treat `*` the same as missing header (Antoine du Hamel / #4221)
- @uppy/utils: fix types (Antoine du Hamel / #4212)
- @uppy/companion: send expire info for non-multipart uploads (Antoine du Hamel / #4214)
- docs: fix `allowedMetaFields` documentation (Antoine du Hamel / #4216)
- meta: add more bundlers for automated testing (Antoine du Hamel / #4100)
- @uppy/aws-s3-multipart: Fix typo in url check (Christian Franke / #4211)
- meta: use current version of packages when testing bundlers (Antoine du Hamel / #4208)
- meta: do not use the set-output command in workflows (Antoine du Hamel / #4175)
2022-11-16 14:19:54 +00:00
..
.storybook @uppy/angular: update ng version (#3503) 2022-03-02 11:20:38 +01:00
projects/uppy/angular Release: uppy@3.3.1 (#4222) 2022-11-16 14:19:54 +00: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 @uppy/angular: update ng version (#3503) 2022-03-02 11:20:38 +01:00
angular.json meta: upgrade all dev dependencies (#3903) 2022-08-16 22:39:28 +02:00
CHANGELOG.md Release: uppy@3.3.0 (#4207) 2022-11-10 15:36:05 +00:00
LICENSE Angular Integration (#2871) 2021-06-30 11:36:57 +01:00
package.json meta: upgrade to TypeScript 4.8 (#4048) 2022-08-30 11:46:45 +02:00
README.md @uppy/angular: update ng version (#3503) 2022-03-02 11:20:38 +01:00
tsconfig.json @uppy/angular: update ng version (#3503) 2022-03-02 11:20:38 +01:00

Angular

This project was generated with Angular CLI version 13.0.4.

Development server

Run yarn workspace angular start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run yarn workspace angular ng generate component component-name to generate a new component. You can also use yarn workspace angular ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run yarn build:angular to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run yarn workspace angular test to execute the unit tests via Karma.

Further help

To get more help on the Angular CLI use yarn workspace angular ng help or go check out the Angular CLI Overview and Command Reference page.