uppy/packages/@uppy/angular
github-actions[bot] a16de33593
Release: uppy@3.15.0 (#4660)
| Package                | Version | Package                | Version |
| ---------------------- | ------- | ---------------------- | ------- |
| @uppy/angular          |   0.6.0 | @uppy/dashboard        |   3.5.2 |
| @uppy/aws-s3           |   3.3.0 | @uppy/transloadit      |   3.3.0 |
| @uppy/aws-s3-multipart |   3.6.0 | @uppy/tus              |   3.2.0 |
| @uppy/companion        |   4.8.2 | @uppy/utils            |   5.5.0 |
| @uppy/companion-client |   3.4.0 | @uppy/xhr-upload       |   3.4.0 |
| @uppy/core             |   3.5.0 | uppy                   |  3.15.0 |

- @uppy/transloadit: Emit assembly progress events (Marius / #4603)
- @uppy/transloadit: remove Socket.io (Antoine du Hamel / #4281)
- meta: example: update Angular example to 16.x (Antoine du Hamel / #4642)
- @uppy/angular: upgrade to Angular 16.x (Antoine du Hamel / #4642)
- @uppy/companion: refactor `getProtectedHttpAgent` to make TS happy (Antoine du Hamel / #4654)
- @uppy/companion: Alias "removeListener" as "off" in Redis emitter (Elliot Dickison / #4647)
- @uppy/aws-s3-multipart,@uppy/aws-s3,@uppy/companion-client,@uppy/core,@uppy/tus,@uppy/utils,@uppy/xhr-upload: Move remote file upload logic into companion-client (Merlijn Vos / #4573)
- @uppy/dashboard: when showAddFilesPanel  is true, aria-hidden should be the opposite (Artur Paikin / #4643)
2023-09-05 11:10:18 +00:00
..
.vscode @uppy/angular: upgrade to Angular 16.x (#4642) 2023-08-30 17:57:45 +02:00
projects/uppy/angular Release: uppy@3.15.0 (#4660) 2023-09-05 11:10:18 +00:00
.editorconfig Angular Integration (#2871) 2021-06-30 11:36:57 +01:00
.eslintrc.json @uppy/angular: upgrade to Angular 16.x (#4642) 2023-08-30 17:57:45 +02:00
.gitignore @uppy/angular: upgrade to Angular 16.x (#4642) 2023-08-30 17:57:45 +02:00
angular.json @uppy/angular: upgrade to Angular 16.x (#4642) 2023-08-30 17:57:45 +02:00
CHANGELOG.md Release: uppy@3.15.0 (#4660) 2023-09-05 11:10:18 +00:00
LICENSE Angular Integration (#2871) 2021-06-30 11:36:57 +01:00
package.json @uppy/angular: upgrade to Angular 16.x (#4642) 2023-08-30 17:57:45 +02:00
README.md @uppy/angular: upgrade to Angular 16.x (#4642) 2023-08-30 17:57:45 +02:00
tsconfig.json @uppy/angular: upgrade to Angular 16.x (#4642) 2023-08-30 17:57:45 +02:00

Angular

This project was generated with Angular CLI version 16.2.0.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Code scaffolding

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

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

Further help

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