uppy/packages/@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
..
.storybook @uppy/angular: update ng version (#3503) 2022-03-02 11:20:38 +01:00
projects/uppy/angular Release: uppy@2.7.0 (#3525) 2022-03-02 15:26:05 +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 @uppy/angular: update ng version (#3503) 2022-03-02 11:20:38 +01:00
CHANGELOG.md Release: uppy@2.7.0 (#3525) 2022-03-02 15:26:05 +00:00
LICENSE Angular Integration (#2871) 2021-06-30 11:36:57 +01:00
package.json @uppy/angular: update ng version (#3503) 2022-03-02 11:20:38 +01: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.